COLOR #599BBF

HEX: #599BBF
RGB: (89,155,191)

Renk bilgisi

#599BBF contains mainly green and blue colors. #599BBF ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#599BBF color RGB value is (89,155,191).

  • kırmız ton 89;
  • yeşil ton 155;
  • mavi ton 191.
RGB:
(89,155,191)
(35%,61%,75%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 155 of 255 = 61%
B 191 of 255 = 75%

89
155
191

R + G + B ~ 57%. #599BBF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 155 + 191 = 435 (100%)
R 89 of 435 ~ 20.46%
G 155 of 435 ~ 35.63%
B 191 of 435 ~ 43.91%

%20.46
%35.63
%43.91

CMYK RENK MODELİ

#599BBF rengi CMYK tonu (53,19,0,25).

  • camgöbeği tonu 53.40%
  • eflatun tonu 18.85%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(53,19,0,25)
C53M19Y0K25 
(53%,19%,0%,25%)
(0.53/0.19/0.00/0.25)	

CMYK yüzdeleri

%53.4
%18.85
%0
%25.1

Codes

Color #599BBF in popluar color models

599BBF
RGB89155191
HSL201°44.35%54.90%
HSB/HSV201°53.40%74.90%
CMYK53.40%18.85%0.00%
25.10%

Color #599BBF in popluar number systems.

HEX599BBF
Decimal89155191
Binary10110011001101110111111
Octal131233277

Shades and tints

Shades of #599BBF

#599BBF
(89,155,191)
#518DAE
(81,141,174)
#497F9D
(73,127,157)
#41718C
(65,113,140)
#39637B
(57,99,123)
#31556A
(49,85,106)
#294759
(41,71,89)
#213948
(33,57,72)
#192B37
(25,43,55)
#111D26
(17,29,38)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #599BBF

#599BBF
(89,155,191)
#68A4C4
(104,164,196)
#77ADC9
(119,173,201)
#86B6CE
(134,182,206)
#95BFD3
(149,191,211)
#A4C8D8
(164,200,216)
#B3D1DD
(179,209,221)
#C2DAE2
(194,218,226)
#D1E3E7
(209,227,231)
#E0ECEC
(224,236,236)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599BBF color. Also use rgb(89,155,191) instead hex code.

Text Font Color

.myTextColor { color: #599BBF; }

<p style="color:#599BBF">This sample text font color is #599BBF.</p>

This text font color is #599BBF.


Background Color

.myBgColor { background-color: #599BBF; }

<div style="background-color:#599BBF">Inner text</div>

This div background color is #599BBF.


Border color

.myBorderColor { border: 1px solid #599BBF; }

<div style="border:3px solid #599BBF">Div</div>

This div border color is #599BBF.


Opacity

.myOpacity80 { color: #599BBF; opacity: 0.8; }

<p style="color:#599BBF;opacity:0.8;">80%</p>

Text with #599BBF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #599BBF;}

<p style="text-shadow: 3px 3px 1px #599BBF">Text here.</p>

This text has shadow with #599BBF color.

.textShadow {text-shadow: 3px 3px 1px #599BBF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #599BBF, 5px 5px 20px red">Text here.</p>

This text has shadow with #599BBF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#599BBF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#599BBF, Direction=45, Strength=4)">Text</p>

This text has shadow with #599BBF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #599BBF;
  -webkit-box-shadow:	1px 1px 3px 2px #599BBF;
  box-shadow:		1px 1px 3px 2px #599BBF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #599BBF;
-webkit-box-shadow: 1px 1px 3px 2px #599BBF;
box-shadow:1px 1px 3px 2px #599BBF;">
Div content here</div>
This div box has shadow with color #599BBF.

Preview

Color preview on black background

This text has color #599BBF on black background.


Color preview on white background

This text has color #599BBF on white background.



Black color preview on #599BBF background

This text has black color on #599BBF background.


White color preview on #599BBF background

This text has white color on #599BBF background.