Html Css Color HEX #569EC4 Picton Blue

📋 copy color: '#569EC4'

red 86 ◦ green 158 ◦ blue 196

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

Shades of Picton Blue #569EC4

Tints of Picton Blue #569EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 19.55%
G = 35.91%
B = 44.55%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#569EC4 (or 0x569EC4) is known color: Picton Blue. HEX triplet: 56, 9E and C4. RGB value is (86,158,196). Sum of RGB (Red+Green+Blue) = 86+158+196=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #569EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569EC4 is #A9613B. Grayscale: #8C8C8C. Windows color (decimal): -11100476 or 12885590. OLE color: 12885590.

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

Color convert

RGB 86 158 196 -
CMYK 0.56 0.19 0 0.23
HSL 200.73º 0.48% 0.55% -
HSV(B) 200.73º 0.56% 0.77% -
XYZ 26.03 30.42 56.72 -
YUV 140.8 159.15 88.91 -
System Red Green Blue C M Y K H S L
Decimal 86 158 196 0.56 0.19 0 0.23 200.73 0.48 0.55
Hex 56 9E C4 38 13 0 17 C9 30 37
Octal 126 236 304 70 23 0 27 311 60 67
Binary 1010110 10011110 11000100 111000 10011 0 10111 11001001 110000 110111

Color Harmonies of #569EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569EC4

Black with #569EC4

Text Example


Text Example

White with #569EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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