Shades of Polo Blue #8EAFCB
Tints of Polo Blue #8EAFCB
RGB
CMYK
RGB Variations
Color information
#8EAFCB (or 0x8EAFCB) is known color: Polo Blue. HEX triplet: 8E, AF and CB. RGB value is (142,175,203). Sum of RGB (Red+Green+Blue) = 142+175+203=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFCB is #715034. Grayscale: #A8A8A8. Windows color (decimal): -7426101 or 13348750. OLE color: 13348750.
HSL color Cylindrical-coordinate representation of color #8EAFCB: hue angle of 207.54º 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 #8EAFCB is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 175 | 203 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.20 |
| HSL | 207.54º | 0.37% | 0.68% | - |
| HSV(B) | 207.54º | 0.3% | 0.8% | - |
| XYZ | 37.26 | 40.72 | 62.4 | - |
| YUV | 168.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 203 | 0.30 | 0.14 | 0 | 0.20 | 207.54 | 0.37 | 0.68 |
| Hex | 8E | AF | CB | 1E | E | 0 | 14 | D0 | 25 | 44 |
| Octal | 216 | 257 | 313 | 36 | 16 | 0 | 24 | 320 | 45 | 104 |
| Binary | 10001110 | 10101111 | 11001011 | 11110 | 1110 | 0 | 10100 | 11010000 | 100101 | 1000100 |
Color Harmonies of #8EAFCB
Complementary color
Monochromatic Colors of #8EAFCB
Black with #8EAFCB
Text Example
Text Example
White with #8EAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFCB; }
p { color: rgb(142,175,203); }
H1.HeaderClassName
{
color: #8EAFCB;
}
.AnyTagClassName
{
color: #8EAFCB;
}
</style>
background-color css
<style>
a { background-color: #8EAFCB; }
a { background-color: rgb(142,175,203); }
div.DivClassName
{
background-color: #8EAFCB;
}
.BgClassName
{
background-color: #8EAFCB;
}
</style>
border-color css
<style>
span { border-color: #8EAFCB; }
span { border-color: rgb(142,175,203); }
td.TdClassName
{
border-color: #8EAFCB;
}
.TagClassName
{
border-color: #8EAFCB;
}
</style>