Html Css Color HEX #569EC9 Picton Blue

📋 copy color: '#569EC9'

red 86 ◦ green 158 ◦ blue 201

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

Shades of Picton Blue #569EC9

Tints of Picton Blue #569EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 19.33%
G = 35.51%
B = 45.17%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#569EC9 (or 0x569EC9) is known color: Picton Blue. HEX triplet: 56, 9E and C9. RGB value is (86,158,201). Sum of RGB (Red+Green+Blue) = 86+158+201=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #569EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569EC9 is #A96136. Grayscale: #8D8D8D. Windows color (decimal): -11100471 or 13213270. OLE color: 13213270.

HSL color Cylindrical-coordinate representation of color #569EC9: hue angle of 202.43º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #569EC9 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 158 201 -
CMYK 0.57 0.21 0 0.21
HSL 202.43º 0.52% 0.56% -
HSV(B) 202.43º 0.57% 0.79% -
XYZ 26.61 30.65 59.77 -
YUV 141.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 86 158 201 0.57 0.21 0 0.21 202.43 0.52 0.56
Hex 56 9E C9 39 15 0 15 CA 34 38
Octal 126 236 311 71 25 0 25 312 64 70
Binary 1010110 10011110 11001001 111001 10101 0 10101 11001010 110100 111000

Color Harmonies of #569EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569EC9

Black with #569EC9

Text Example


Text Example

White with #569EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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