#569EDF

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

Shades of Picton Blue #569EDF

Tints of Picton Blue #569EDF

Color information

#569EDF (or 0x569EDF) is unknown color: approx Picton Blue. HEX triplet: 56, 9E and DF. RGB value is (86,158,223). Sum of RGB (Red+Green+Blue) = 86+158+223=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #569EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569EDF is #A96120. Grayscale: #8F8F8F. Windows color (decimal): -11100449 or 14655062. OLE color: 14655062.

HSL color Cylindrical-coordinate representation of color #569EDF: hue angle of 208.47º 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 #569EDF is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86158223-
CMYK0.610.2900.13
HSL208.47º68.16%60.59%-
HSV(B)208.47º61.43%87.45%-
XYZ29.3831.7674.39-
YUV143.88172.6586.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.42%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=18.42%
G=33.83%
B=47.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861582230.610.2900.13208.4768.1660.59
Hex569EDF3D1D0Dd0443d
Octal126236337753501532010475
Binary101011010011110110111111111011110101101110100001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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