Html Css Color HEX #569ECE Picton Blue

📋 copy color: '#569ECE'

red 86 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #569ECE

Tints of Picton Blue #569ECE

RGB

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

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

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

R = 19.11%
G = 35.11%
B = 45.78%

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

#569ECE (or 0x569ECE) is known color: Picton Blue. HEX triplet: 56, 9E and CE. RGB value is (86,158,206). Sum of RGB (Red+Green+Blue) = 86+158+206=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #569ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ECE is #A96131. Grayscale: #8D8D8D. Windows color (decimal): -11100466 or 13540950. OLE color: 13540950.

HSL color Cylindrical-coordinate representation of color #569ECE: hue angle of 204º 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 #569ECE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 158 206 -
CMYK 0.58 0.23 0 0.19
HSL 204º 0.55% 0.57% -
HSV(B) 204º 0.58% 0.81% -
XYZ 27.21 30.89 62.92 -
YUV 141.94 164.15 88.1 -
System Red Green Blue C M Y K H S L
Decimal 86 158 206 0.58 0.23 0 0.19 204 0.55 0.57
Hex 56 9E CE 3A 17 0 13 CC 37 39
Octal 126 236 316 72 27 0 23 314 67 71
Binary 1010110 10011110 11001110 111010 10111 0 10011 11001100 110111 111001

Color Harmonies of #569ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569ECE

Black with #569ECE

Text Example


Text Example

White with #569ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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