Shades of Polo Blue #8EADCA
Tints of Polo Blue #8EADCA
RGB
CMYK
RGB Variations
Color information
#8EADCA (or 0x8EADCA) is known color: Polo Blue. HEX triplet: 8E, AD and CA. RGB value is (142,173,202). Sum of RGB (Red+Green+Blue) = 142+173+202=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADCA is #715235. Grayscale: #A6A6A6. Windows color (decimal): -7426614 or 13282702. OLE color: 13282702.
HSL color Cylindrical-coordinate representation of color #8EADCA: hue angle of 209º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EADCA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 173 | 202 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.21 |
| HSL | 209º | 0.36% | 0.67% | - |
| HSV(B) | 209º | 0.3% | 0.79% | - |
| XYZ | 36.76 | 39.9 | 61.64 | - |
| YUV | 167.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 202 | 0.30 | 0.14 | 0 | 0.21 | 209 | 0.36 | 0.67 |
| Hex | 8E | AD | CA | 1E | E | 0 | 15 | D1 | 24 | 43 |
| Octal | 216 | 255 | 312 | 36 | 16 | 0 | 25 | 321 | 44 | 103 |
| Binary | 10001110 | 10101101 | 11001010 | 11110 | 1110 | 0 | 10101 | 11010001 | 100100 | 1000011 |
Color Harmonies of #8EADCA
Complementary color
Monochromatic Colors of #8EADCA
Black with #8EADCA
Text Example
Text Example
White with #8EADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADCA; }
p { color: rgb(142,173,202); }
H1.HeaderClassName
{
color: #8EADCA;
}
.AnyTagClassName
{
color: #8EADCA;
}
</style>
background-color css
<style>
a { background-color: #8EADCA; }
a { background-color: rgb(142,173,202); }
div.DivClassName
{
background-color: #8EADCA;
}
.BgClassName
{
background-color: #8EADCA;
}
</style>
border-color css
<style>
span { border-color: #8EADCA; }
span { border-color: rgb(142,173,202); }
td.TdClassName
{
border-color: #8EADCA;
}
.TagClassName
{
border-color: #8EADCA;
}
</style>