Html Css Color HEX #569FCE Picton Blue

📋 copy color: '#569FCE'

red 86 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #569FCE

Tints of Picton Blue #569FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.25%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 19.07%
G = 35.25%
B = 45.68%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#569FCE (or 0x569FCE) is known color: Picton Blue. HEX triplet: 56, 9F and CE. RGB value is (86,159,206). Sum of RGB (Red+Green+Blue) = 86+159+206=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #569FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FCE is #A96031. Grayscale: #8E8E8E. Windows color (decimal): -11100210 or 13541206. OLE color: 13541206.

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

Color convert

RGB 86 159 206 -
CMYK 0.58 0.23 0 0.19
HSL 203.5º 0.55% 0.57% -
HSV(B) 203.5º 0.58% 0.81% -
XYZ 27.38 31.23 62.98 -
YUV 142.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 86 159 206 0.58 0.23 0 0.19 203.5 0.55 0.57
Hex 56 9F CE 3A 17 0 13 CC 37 39
Octal 126 237 316 72 27 0 23 314 67 71
Binary 1010110 10011111 11001110 111010 10111 0 10011 11001100 110111 111001

Color Harmonies of #569FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569FCE

Black with #569FCE

Text Example


Text Example

White with #569FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,159,206); }

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

background-color css

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

 a { background-color: rgb(86,159,206); }

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

border-color css

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

 span { border-color: rgb(86,159,206); }

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