Shades of Polo Blue #8EAAC3
Tints of Polo Blue #8EAAC3
RGB
CMYK
RGB Variations
Color information
#8EAAC3 (or 0x8EAAC3) is known color: Polo Blue. HEX triplet: 8E, AA and C3. RGB value is (142,170,195). Sum of RGB (Red+Green+Blue) = 142+170+195=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EAAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAC3 is #71553C. Grayscale: #A4A4A4. Windows color (decimal): -7427389 or 12823182. OLE color: 12823182.
HSL color Cylindrical-coordinate representation of color #8EAAC3: hue angle of 208.3º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EAAC3 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 170 | 195 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.24 |
| HSL | 208.3º | 0.31% | 0.66% | - |
| HSV(B) | 208.3º | 0.27% | 0.76% | - |
| XYZ | 35.38 | 38.44 | 57.18 | - |
| YUV | 164.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 195 | 0.27 | 0.13 | 0 | 0.24 | 208.3 | 0.31 | 0.66 |
| Hex | 8E | AA | C3 | 1B | D | 0 | 18 | D0 | 1F | 42 |
| Octal | 216 | 252 | 303 | 33 | 15 | 0 | 30 | 320 | 37 | 102 |
| Binary | 10001110 | 10101010 | 11000011 | 11011 | 1101 | 0 | 11000 | 11010000 | 11111 | 1000010 |
Color Harmonies of #8EAAC3
Complementary color
Monochromatic Colors of #8EAAC3
Black with #8EAAC3
Text Example
Text Example
White with #8EAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAC3; }
p { color: rgb(142,170,195); }
H1.HeaderClassName
{
color: #8EAAC3;
}
.AnyTagClassName
{
color: #8EAAC3;
}
</style>
background-color css
<style>
a { background-color: #8EAAC3; }
a { background-color: rgb(142,170,195); }
div.DivClassName
{
background-color: #8EAAC3;
}
.BgClassName
{
background-color: #8EAAC3;
}
</style>
border-color css
<style>
span { border-color: #8EAAC3; }
span { border-color: rgb(142,170,195); }
td.TdClassName
{
border-color: #8EAAC3;
}
.TagClassName
{
border-color: #8EAAC3;
}
</style>