Shades of Polo Blue #8CAFDD
Tints of Polo Blue #8CAFDD
RGB
CMYK
RGB Variations
Color information
#8CAFDD (or 0x8CAFDD) is known color: Polo Blue. HEX triplet: 8C, AF and DD. RGB value is (140,175,221). Sum of RGB (Red+Green+Blue) = 140+175+221=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFDD is #735022. Grayscale: #A9A9A9. Windows color (decimal): -7557155 or 14528396. OLE color: 14528396.
HSL color Cylindrical-coordinate representation of color #8CAFDD: hue angle of 214.07º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CAFDD is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 175 | 221 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.13 |
| HSL | 214.07º | 0.54% | 0.71% | - |
| HSV(B) | 214.07º | 0.37% | 0.87% | - |
| XYZ | 39.2 | 41.46 | 74.34 | - |
| YUV | 169.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 221 | 0.37 | 0.21 | 0 | 0.13 | 214.07 | 0.54 | 0.71 |
| Hex | 8C | AF | DD | 25 | 15 | 0 | D | D6 | 36 | 47 |
| Octal | 214 | 257 | 335 | 45 | 25 | 0 | 15 | 326 | 66 | 107 |
| Binary | 10001100 | 10101111 | 11011101 | 100101 | 10101 | 0 | 1101 | 11010110 | 110110 | 1000111 |
Color Harmonies of #8CAFDD
Complementary color
Monochromatic Colors of #8CAFDD
Black with #8CAFDD
Text Example
Text Example
White with #8CAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFDD; }
p { color: rgb(140,175,221); }
H1.HeaderClassName
{
color: #8CAFDD;
}
.AnyTagClassName
{
color: #8CAFDD;
}
</style>
background-color css
<style>
a { background-color: #8CAFDD; }
a { background-color: rgb(140,175,221); }
div.DivClassName
{
background-color: #8CAFDD;
}
.BgClassName
{
background-color: #8CAFDD;
}
</style>
border-color css
<style>
span { border-color: #8CAFDD; }
span { border-color: rgb(140,175,221); }
td.TdClassName
{
border-color: #8CAFDD;
}
.TagClassName
{
border-color: #8CAFDD;
}
</style>