Html Css Color HEX #5EAECC Picton Blue

📋 copy color: '#5EAECC'

red 94 ◦ green 174 ◦ blue 204

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

Shades of Picton Blue #5EAECC

Tints of Picton Blue #5EAECC

RGB

 RED value IS 94 (37.11% from 255) = 19.92%

 GREEN value IS 174 (68.36% from 255) = 36.86%

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

R = 19.92%
G = 36.86%
B = 43.22%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5EAECC (or 0x5EAECC) is known color: Picton Blue. HEX triplet: 5E, AE and CC. RGB value is (94,174,204). Sum of RGB (Red+Green+Blue) = 94+174+204=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAECC is #A15133. Grayscale: #999999. Windows color (decimal): -10572084 or 13413982. OLE color: 13413982.

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

Color convert

RGB 94 174 204 -
CMYK 0.54 0.15 0 0.2
HSL 196.36º 0.52% 0.58% -
HSV(B) 196.36º 0.54% 0.8% -
XYZ 30.65 37.01 62.66 -
YUV 153.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 94 174 204 0.54 0.15 0 0.2 196.36 0.52 0.58
Hex 5E AE CC 36 F 0 14 C4 34 3A
Octal 136 256 314 66 17 0 24 304 64 72
Binary 1011110 10101110 11001100 110110 1111 0 10100 11000100 110100 111010

Color Harmonies of #5EAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAECC

Black with #5EAECC

Text Example


Text Example

White with #5EAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EAECC; }

 p { color: rgb(94,174,204); }

 H1.HeaderClassName
 {
   color: #5EAECC;
 }
 .AnyTagClassName
 {
   color: #5EAECC;
 }
</style>

background-color css

<style>
 a { background-color: #5EAECC; }

 a { background-color: rgb(94,174,204); }

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

border-color css

<style>
 span { border-color: #5EAECC; }

 span { border-color: rgb(94,174,204); }

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