Shades of Polo Blue #8DAFC9
Tints of Polo Blue #8DAFC9
RGB
CMYK
RGB Variations
Color information
#8DAFC9 (or 0x8DAFC9) is known color: Polo Blue. HEX triplet: 8D, AF and C9. RGB value is (141,175,201). Sum of RGB (Red+Green+Blue) = 141+175+201=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DAFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFC9 is #725036. Grayscale: #A7A7A7. Windows color (decimal): -7491639 or 13217677. OLE color: 13217677.
HSL color Cylindrical-coordinate representation of color #8DAFC9: hue angle of 206º 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 #8DAFC9 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 175 | 201 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.21 |
| HSL | 206º | 0.36% | 0.67% | - |
| HSV(B) | 206º | 0.3% | 0.79% | - |
| XYZ | 36.86 | 40.54 | 61.14 | - |
| YUV | 167.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 201 | 0.30 | 0.13 | 0 | 0.21 | 206 | 0.36 | 0.67 |
| Hex | 8D | AF | C9 | 1E | D | 0 | 15 | CE | 24 | 43 |
| Octal | 215 | 257 | 311 | 36 | 15 | 0 | 25 | 316 | 44 | 103 |
| Binary | 10001101 | 10101111 | 11001001 | 11110 | 1101 | 0 | 10101 | 11001110 | 100100 | 1000011 |
Color Harmonies of #8DAFC9
Complementary color
Monochromatic Colors of #8DAFC9
Black with #8DAFC9
Text Example
Text Example
White with #8DAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAFC9; }
p { color: rgb(141,175,201); }
H1.HeaderClassName
{
color: #8DAFC9;
}
.AnyTagClassName
{
color: #8DAFC9;
}
</style>
background-color css
<style>
a { background-color: #8DAFC9; }
a { background-color: rgb(141,175,201); }
div.DivClassName
{
background-color: #8DAFC9;
}
.BgClassName
{
background-color: #8DAFC9;
}
</style>
border-color css
<style>
span { border-color: #8DAFC9; }
span { border-color: rgb(141,175,201); }
td.TdClassName
{
border-color: #8DAFC9;
}
.TagClassName
{
border-color: #8DAFC9;
}
</style>