Shades of Polo Blue #99ADC9
Tints of Polo Blue #99ADC9
RGB
CMYK
RGB Variations
Color information
#99ADC9 (or 0x99ADC9) is known color: Polo Blue. HEX triplet: 99, AD and C9. RGB value is (153,173,201). Sum of RGB (Red+Green+Blue) = 153+173+201=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #99ADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADC9 is #665236. Grayscale: #AAAAAA. Windows color (decimal): -6705719 or 13217177. OLE color: 13217177.
HSL color Cylindrical-coordinate representation of color #99ADC9: hue angle of 215º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99ADC9 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 173 | 201 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.21 |
| HSL | 215º | 0.31% | 0.69% | - |
| HSV(B) | 215º | 0.24% | 0.79% | - |
| XYZ | 38.62 | 40.88 | 61.11 | - |
| YUV | 170.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 201 | 0.24 | 0.14 | 0 | 0.21 | 215 | 0.31 | 0.69 |
| Hex | 99 | AD | C9 | 18 | E | 0 | 15 | D7 | 1F | 45 |
| Octal | 231 | 255 | 311 | 30 | 16 | 0 | 25 | 327 | 37 | 105 |
| Binary | 10011001 | 10101101 | 11001001 | 11000 | 1110 | 0 | 10101 | 11010111 | 11111 | 1000101 |
Color Harmonies of #99ADC9
Complementary color
Monochromatic Colors of #99ADC9
Black with #99ADC9
Text Example
Text Example
White with #99ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADC9; }
p { color: rgb(153,173,201); }
H1.HeaderClassName
{
color: #99ADC9;
}
.AnyTagClassName
{
color: #99ADC9;
}
</style>
background-color css
<style>
a { background-color: #99ADC9; }
a { background-color: rgb(153,173,201); }
div.DivClassName
{
background-color: #99ADC9;
}
.BgClassName
{
background-color: #99ADC9;
}
</style>
border-color css
<style>
span { border-color: #99ADC9; }
span { border-color: rgb(153,173,201); }
td.TdClassName
{
border-color: #99ADC9;
}
.TagClassName
{
border-color: #99ADC9;
}
</style>