Html Css Color HEX #8EAACB Polo Blue

📋 copy color: '#8EAACB'

red 142 ◦ green 170 ◦ blue 203

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

Shades of Polo Blue #8EAACB

Tints of Polo Blue #8EAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 27.57%
G = 33.01%
B = 39.42%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EAACB (or 0x8EAACB) is known color: Polo Blue. HEX triplet: 8E, AA and CB. RGB value is (142,170,203). Sum of RGB (Red+Green+Blue) = 142+170+203=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAACB is #715534. Grayscale: #A5A5A5. Windows color (decimal): -7427381 or 13347470. OLE color: 13347470.

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

Color convert

RGB 142 170 203 -
CMYK 0.30 0.16 0 0.20
HSL 212.46º 0.37% 0.68% -
HSV(B) 212.46º 0.3% 0.8% -
XYZ 36.31 38.81 62.08 -
YUV 165.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 142 170 203 0.30 0.16 0 0.20 212.46 0.37 0.68
Hex 8E AA CB 1E 10 0 14 D4 25 44
Octal 216 252 313 36 20 0 24 324 45 104
Binary 10001110 10101010 11001011 11110 10000 0 10100 11010100 100101 1000100

Color Harmonies of #8EAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAACB

Black with #8EAACB

Text Example


Text Example

White with #8EAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,170,203); }

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

background-color css

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

 a { background-color: rgb(142,170,203); }

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

border-color css

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

 span { border-color: rgb(142,170,203); }

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