Html Css Color HEX #8EABC5 Polo Blue

📋 copy color: '#8EABC5'

red 142 ◦ green 171 ◦ blue 197

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

Shades of Polo Blue #8EABC5

Tints of Polo Blue #8EABC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 27.84%
G = 33.53%
B = 38.63%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8EABC5 (or 0x8EABC5) is known color: Polo Blue. HEX triplet: 8E, AB and C5. RGB value is (142,171,197). Sum of RGB (Red+Green+Blue) = 142+171+197=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABC5 is #71543A. Grayscale: #A5A5A5. Windows color (decimal): -7427131 or 12954510. OLE color: 12954510.

HSL color Cylindrical-coordinate representation of color #8EABC5: hue angle of 208.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EABC5 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 171 197 -
CMYK 0.28 0.13 0 0.23
HSL 208.36º 0.32% 0.66% -
HSV(B) 208.36º 0.28% 0.77% -
XYZ 35.8 38.91 58.45 -
YUV 165.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 142 171 197 0.28 0.13 0 0.23 208.36 0.32 0.66
Hex 8E AB C5 1C D 0 17 D0 20 42
Octal 216 253 305 34 15 0 27 320 40 102
Binary 10001110 10101011 11000101 11100 1101 0 10111 11010000 100000 1000010

Color Harmonies of #8EABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABC5

Black with #8EABC5

Text Example


Text Example

White with #8EABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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