Html Css Color HEX #8EABCC Polo Blue

📋 copy color: '#8EABCC'

red 142 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #8EABCC

Tints of Polo Blue #8EABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.08%

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

R = 27.47%
G = 33.08%
B = 39.46%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8EABCC (or 0x8EABCC) is known color: Polo Blue. HEX triplet: 8E, AB and CC. RGB value is (142,171,204). Sum of RGB (Red+Green+Blue) = 142+171+204=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABCC is #715433. Grayscale: #A5A5A5. Windows color (decimal): -7427124 or 13413262. OLE color: 13413262.

HSL color Cylindrical-coordinate representation of color #8EABCC: hue angle of 211.94º 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 #8EABCC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 171 204 -
CMYK 0.30 0.16 0 0.2
HSL 211.94º 0.38% 0.68% -
HSV(B) 211.94º 0.3% 0.8% -
XYZ 36.62 39.24 62.77 -
YUV 166.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 142 171 204 0.30 0.16 0 0.2 211.94 0.38 0.68
Hex 8E AB CC 1E 10 0 14 D4 26 44
Octal 216 253 314 36 20 0 24 324 46 104
Binary 10001110 10101011 11001100 11110 10000 0 10100 11010100 100110 1000100

Color Harmonies of #8EABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABCC

Black with #8EABCC

Text Example


Text Example

White with #8EABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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