Shades of Polo Blue #8CAFDB
Tints of Polo Blue #8CAFDB
RGB
CMYK
RGB Variations
Color information
#8CAFDB (or 0x8CAFDB) is known color: Polo Blue. HEX triplet: 8C, AF and DB. RGB value is (140,175,219). Sum of RGB (Red+Green+Blue) = 140+175+219=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFDB is #735024. Grayscale: #A9A9A9. Windows color (decimal): -7557157 or 14397324. OLE color: 14397324.
HSL color Cylindrical-coordinate representation of color #8CAFDB: hue angle of 213.42º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAFDB is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 175 | 219 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.14 |
| HSL | 213.42º | 0.52% | 0.7% | - |
| HSV(B) | 213.42º | 0.36% | 0.86% | - |
| XYZ | 38.93 | 41.35 | 72.95 | - |
| YUV | 169.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 219 | 0.36 | 0.20 | 0 | 0.14 | 213.42 | 0.52 | 0.7 |
| Hex | 8C | AF | DB | 24 | 14 | 0 | E | D5 | 34 | 46 |
| Octal | 214 | 257 | 333 | 44 | 24 | 0 | 16 | 325 | 64 | 106 |
| Binary | 10001100 | 10101111 | 11011011 | 100100 | 10100 | 0 | 1110 | 11010101 | 110100 | 1000110 |
Color Harmonies of #8CAFDB
Complementary color
Monochromatic Colors of #8CAFDB
Black with #8CAFDB
Text Example
Text Example
White with #8CAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFDB; }
p { color: rgb(140,175,219); }
H1.HeaderClassName
{
color: #8CAFDB;
}
.AnyTagClassName
{
color: #8CAFDB;
}
</style>
background-color css
<style>
a { background-color: #8CAFDB; }
a { background-color: rgb(140,175,219); }
div.DivClassName
{
background-color: #8CAFDB;
}
.BgClassName
{
background-color: #8CAFDB;
}
</style>
border-color css
<style>
span { border-color: #8CAFDB; }
span { border-color: rgb(140,175,219); }
td.TdClassName
{
border-color: #8CAFDB;
}
.TagClassName
{
border-color: #8CAFDB;
}
</style>