Html Css Color HEX #569EDE Picton Blue

📋 copy color: '#569EDE'

red 86 ◦ green 158 ◦ blue 222

#569EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #569EDE

Tints of Picton Blue #569EDE

RGB

 RED value IS 86 (33.98% from 255) = 18.45%

 GREEN value IS 158 (62.11% from 255) = 33.91%

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 18.45%
G = 33.91%
B = 47.64%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#569EDE (or 0x569EDE) is known color: Picton Blue. HEX triplet: 56, 9E and DE. RGB value is (86,158,222). Sum of RGB (Red+Green+Blue) = 86+158+222=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #569EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569EDE is #A96121. Grayscale: #8F8F8F. Windows color (decimal): -11100450 or 14589526. OLE color: 14589526.

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

Color convert

RGB 86 158 222 -
CMYK 0.61 0.29 0 0.13
HSL 208.24º 0.67% 0.6% -
HSV(B) 208.24º 0.61% 0.87% -
XYZ 29.25 31.71 73.69 -
YUV 143.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 86 158 222 0.61 0.29 0 0.13 208.24 0.67 0.6
Hex 56 9E DE 3D 1D 0 D D0 43 3C
Octal 126 236 336 75 35 0 15 320 103 74
Binary 1010110 10011110 11011110 111101 11101 0 1101 11010000 1000011 111100

Color Harmonies of #569EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569EDE

Black with #569EDE

Text Example


Text Example

White with #569EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #569EDE;
 }
 .AnyTagClassName
 {
   color: #569EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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