Shades of Polo Blue #99AFCD
Tints of Polo Blue #99AFCD
RGB
CMYK
RGB Variations
Color information
#99AFCD (or 0x99AFCD) is known color: Polo Blue. HEX triplet: 99, AF and CD. RGB value is (153,175,205). Sum of RGB (Red+Green+Blue) = 153+175+205=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #99AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFCD is #665032. Grayscale: #ABABAB. Windows color (decimal): -6705203 or 13479833. OLE color: 13479833.
HSL color Cylindrical-coordinate representation of color #99AFCD: hue angle of 214.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99AFCD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 175 | 205 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.20 |
| HSL | 214.62º | 0.34% | 0.7% | - |
| HSV(B) | 214.62º | 0.25% | 0.8% | - |
| XYZ | 39.49 | 41.84 | 63.75 | - |
| YUV | 171.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 205 | 0.25 | 0.15 | 0 | 0.20 | 214.62 | 0.34 | 0.7 |
| Hex | 99 | AF | CD | 19 | F | 0 | 14 | D7 | 22 | 46 |
| Octal | 231 | 257 | 315 | 31 | 17 | 0 | 24 | 327 | 42 | 106 |
| Binary | 10011001 | 10101111 | 11001101 | 11001 | 1111 | 0 | 10100 | 11010111 | 100010 | 1000110 |
Color Harmonies of #99AFCD
Complementary color
Monochromatic Colors of #99AFCD
Black with #99AFCD
Text Example
Text Example
White with #99AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFCD; }
p { color: rgb(153,175,205); }
H1.HeaderClassName
{
color: #99AFCD;
}
.AnyTagClassName
{
color: #99AFCD;
}
</style>
background-color css
<style>
a { background-color: #99AFCD; }
a { background-color: rgb(153,175,205); }
div.DivClassName
{
background-color: #99AFCD;
}
.BgClassName
{
background-color: #99AFCD;
}
</style>
border-color css
<style>
span { border-color: #99AFCD; }
span { border-color: rgb(153,175,205); }
td.TdClassName
{
border-color: #99AFCD;
}
.TagClassName
{
border-color: #99AFCD;
}
</style>