Html Css Color HEX #569ECC Picton Blue

📋 copy color: '#569ECC'

red 86 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #569ECC

Tints of Picton Blue #569ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 19.2%
G = 35.27%
B = 45.54%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#569ECC (or 0x569ECC) is known color: Picton Blue. HEX triplet: 56, 9E and CC. RGB value is (86,158,204). Sum of RGB (Red+Green+Blue) = 86+158+204=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #569ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ECC is #A96133. Grayscale: #8D8D8D. Windows color (decimal): -11100468 or 13409878. OLE color: 13409878.

HSL color Cylindrical-coordinate representation of color #569ECC: hue angle of 203.39º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #569ECC is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 158 204 -
CMYK 0.58 0.23 0 0.2
HSL 203.39º 0.54% 0.57% -
HSV(B) 203.39º 0.58% 0.8% -
XYZ 26.96 30.79 61.65 -
YUV 141.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 86 158 204 0.58 0.23 0 0.2 203.39 0.54 0.57
Hex 56 9E CC 3A 17 0 14 CB 36 39
Octal 126 236 314 72 27 0 24 313 66 71
Binary 1010110 10011110 11001100 111010 10111 0 10100 11001011 110110 111001

Color Harmonies of #569ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569ECC

Black with #569ECC

Text Example


Text Example

White with #569ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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