COLOR #569DCB

HEX: #569DCB
RGB: (86,157,203)

Color info

#569DCB contains mainly green and blue colors. Web safe color of #569DCB is #6699CC (or #69C).

RGB color model

#569DCB color RGB value is (86,157,203).

  • red value is 86;
  • green value is 157;
  • blue value is 203.
RGB:
(86,157,203)
(34%,62%,80%)

RGB channels and saturation

R 86 of 255 = 34%
G 157 of 255 = 62%
B 203 of 255 = 80%

86
157
203

R + G + B ~ 59%. #569DCB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 157 + 203 = 446 (100%)
R 86 of 446 ~ 19.28%
G 157 of 446 ~ 35.2%
B 203 of 446 ~ 45.52%

%19.28
%35.2
%45.52

CMYK color model

#569DCB color CMYK value is (58,23,0,20).

  • cyan value is 57.64%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(58,23,0,20)
C58M23Y0K20 
(58%,23%,0%,20%)
(0.58/0.23/0.00/0.20)	

CMYK percentages

%57.64
%22.66
%0
%20.39

Codes

Color #569DCB in popluar color models

569DCB
RGB86157203
HSL204°52.94%56.67%
HSB/HSV204°57.64%79.61%
CMYK57.64%22.66%0.00%
20.39%

Color #569DCB in popluar number systems.

HEX569DCB
Decimal86157203
Binary10101101001110111001011
Octal126235313

Shades and tints

Shades of #569DCB

#569DCB
(86,157,203)
#4F8FB9
(79,143,185)
#4881A7
(72,129,167)
#417395
(65,115,149)
#3A6583
(58,101,131)
#335771
(51,87,113)
#2C495F
(44,73,95)
#253B4D
(37,59,77)
#1E2D3B
(30,45,59)
#171F29
(23,31,41)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #569DCB

#569DCB
(86,157,203)
#65A5CF
(101,165,207)
#74ADD3
(116,173,211)
#83B5D7
(131,181,215)
#92BDDB
(146,189,219)
#A1C5DF
(161,197,223)
#B0CDE3
(176,205,227)
#BFD5E7
(191,213,231)
#CEDDEB
(206,221,235)
#DDE5EF
(221,229,239)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #569DCB color. Also use rgb(86,157,203) instead hex code.

Text Font Color

.myTextColor { color: #569DCB; }

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

This text font color is #569DCB.


Background Color

.myBgColor { background-color: #569DCB; }

<div style="background-color:#569DCB">Inner text</div>

This div background color is #569DCB.


Border color

.myBorderColor { border: 1px solid #569DCB; }

<div style="border:3px solid #569DCB">Div</div>

This div border color is #569DCB.


Opacity

.myOpacity80 { color: #569DCB; opacity: 0.8; }

<p style="color:#569DCB;opacity:0.8;">80%</p>

Text with #569DCB 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 #569DCB;}

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

This text has shadow with #569DCB color.

.textShadow {text-shadow: 3px 3px 1px #569DCB, 3px 3px 1px red;}

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

This text has shadow with #569DCB primary color and red secondary color.


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

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

This text has shadow with #569DCB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #569DCB on black background.


Color preview on white background

This text has color #569DCB on white background.



Black color preview on #569DCB background

This text has black color on #569DCB background.


White color preview on #569DCB background

This text has white color on #569DCB background.