Shades of Polo Blue #9AAFC8
Tints of Polo Blue #9AAFC8
RGB
CMYK
RGB Variations
Color information
#9AAFC8 (or 0x9AAFC8) is known color: Polo Blue. HEX triplet: 9A, AF and C8. RGB value is (154,175,200). Sum of RGB (Red+Green+Blue) = 154+175+200=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #9AAFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFC8 is #655037. Grayscale: #ABABAB. Windows color (decimal): -6639672 or 13152154. OLE color: 13152154.
HSL color Cylindrical-coordinate representation of color #9AAFC8: hue angle of 212.61º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AAFC8 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 175 | 200 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.22 |
| HSL | 212.61º | 0.29% | 0.69% | - |
| HSV(B) | 212.61º | 0.23% | 0.78% | - |
| XYZ | 39.08 | 41.7 | 60.63 | - |
| YUV | 171.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 200 | 0.23 | 0.12 | 0 | 0.22 | 212.61 | 0.29 | 0.69 |
| Hex | 9A | AF | C8 | 17 | C | 0 | 16 | D5 | 1D | 45 |
| Octal | 232 | 257 | 310 | 27 | 14 | 0 | 26 | 325 | 35 | 105 |
| Binary | 10011010 | 10101111 | 11001000 | 10111 | 1100 | 0 | 10110 | 11010101 | 11101 | 1000101 |
Color Harmonies of #9AAFC8
Complementary color
Monochromatic Colors of #9AAFC8
Black with #9AAFC8
Text Example
Text Example
White with #9AAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFC8; }
p { color: rgb(154,175,200); }
H1.HeaderClassName
{
color: #9AAFC8;
}
.AnyTagClassName
{
color: #9AAFC8;
}
</style>
background-color css
<style>
a { background-color: #9AAFC8; }
a { background-color: rgb(154,175,200); }
div.DivClassName
{
background-color: #9AAFC8;
}
.BgClassName
{
background-color: #9AAFC8;
}
</style>
border-color css
<style>
span { border-color: #9AAFC8; }
span { border-color: rgb(154,175,200); }
td.TdClassName
{
border-color: #9AAFC8;
}
.TagClassName
{
border-color: #9AAFC8;
}
</style>