#569DDF

Color #569DDF Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #569DDF

Tints of Picton Blue #569DDF

Color information

#569DDF (or 0x569DDF) is unknown color: approx Picton Blue. HEX triplet: 56, 9D and DF. RGB value is (86,157,223). Sum of RGB (Red+Green+Blue) = 86+157+223=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #569DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DDF is #A96220. Grayscale: #8E8E8E. Windows color (decimal): -11100705 or 14654806. OLE color: 14654806.

HSL color Cylindrical-coordinate representation of color #569DDF: hue angle of 208.91º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569DDF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86157223-
CMYK0.610.3000.13
HSL208.91º68.16%60.59%-
HSV(B)208.91º61.43%87.45%-
XYZ29.2131.4274.34-
YUV143.29172.9887.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 18.45%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=18.45%
G=33.69%
B=47.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861572230.610.3000.13208.9168.1660.59
Hex569DDF3D1E0Dd1443d
Octal126235337753601532110475
Binary101011010011101110111111111011111001101110100011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569DDF; }

 p { color: rgb(86,157,223); }

 H1.HeaderClassName
 {
   color: #569DDF;
 }
 .AnyTagClassName
 {
   color: #569DDF;
 }
</style>
background-color css

<style>
 a { background-color: #569DDF; }

 a { background-color: rgb(86,157,223); }

 div.DivClassName
 {
   background-color: #569DDF;
 }
 .BgClassName
 {
   background-color: #569DDF;
 }
</style>
border-color css

<style>
 span { border-color: #569DDF; }

 span { border-color: rgb(86,157,223); }

 td.TdClassName
 {
   border-color: #569DDF;
 }
 .TagClassName
 {
   border-color: #569DDF;
 }
</style>