Html Css Color HEX #8EABCE Polo Blue

📋 copy color: '#8EABCE'

red 142 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #8EABCE

Tints of Polo Blue #8EABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 27.36%
G = 32.95%
B = 39.69%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EABCE (or 0x8EABCE) is known color: Polo Blue. HEX triplet: 8E, AB and CE. RGB value is (142,171,206). Sum of RGB (Red+Green+Blue) = 142+171+206=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABCE is #715431. Grayscale: #A6A6A6. Windows color (decimal): -7427122 or 13544334. OLE color: 13544334.

HSL color Cylindrical-coordinate representation of color #8EABCE: hue angle of 212.81º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EABCE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 171 206 -
CMYK 0.31 0.17 0 0.19
HSL 212.81º 0.4% 0.68% -
HSV(B) 212.81º 0.31% 0.81% -
XYZ 36.86 39.33 64.04 -
YUV 166.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 142 171 206 0.31 0.17 0 0.19 212.81 0.4 0.68
Hex 8E AB CE 1F 11 0 13 D5 28 44
Octal 216 253 316 37 21 0 23 325 50 104
Binary 10001110 10101011 11001110 11111 10001 0 10011 11010101 101000 1000100

Color Harmonies of #8EABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABCE

Black with #8EABCE

Text Example


Text Example

White with #8EABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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