Html Css Color HEX #8EAECC Polo Blue

📋 copy color: '#8EAECC'

red 142 ◦ green 174 ◦ blue 204

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

Shades of Polo Blue #8EAECC

Tints of Polo Blue #8EAECC

RGB

 RED value IS 142 (55.86% from 255) = 27.31%

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

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

R = 27.31%
G = 33.46%
B = 39.23%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8EAECC (or 0x8EAECC) is known color: Polo Blue. HEX triplet: 8E, AE and CC. RGB value is (142,174,204). Sum of RGB (Red+Green+Blue) = 142+174+204=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAECC is #715133. Grayscale: #A7A7A7. Windows color (decimal): -7426356 or 13414030. OLE color: 13414030.

HSL color Cylindrical-coordinate representation of color #8EAECC: hue angle of 209.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EAECC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 174 204 -
CMYK 0.30 0.15 0 0.2
HSL 209.03º 0.38% 0.68% -
HSV(B) 209.03º 0.3% 0.8% -
XYZ 37.19 40.38 62.96 -
YUV 167.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 142 174 204 0.30 0.15 0 0.2 209.03 0.38 0.68
Hex 8E AE CC 1E F 0 14 D1 26 44
Octal 216 256 314 36 17 0 24 321 46 104
Binary 10001110 10101110 11001100 11110 1111 0 10100 11010001 100110 1000100

Color Harmonies of #8EAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAECC

Black with #8EAECC

Text Example


Text Example

White with #8EAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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