Shades of Polo Blue #99ADC8
Tints of Polo Blue #99ADC8
RGB
CMYK
RGB Variations
Color information
#99ADC8 (or 0x99ADC8) is known color: Polo Blue. HEX triplet: 99, AD and C8. RGB value is (153,173,200). Sum of RGB (Red+Green+Blue) = 153+173+200=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #99ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADC8 is #665237. Grayscale: #A9A9A9. Windows color (decimal): -6705720 or 13151641. OLE color: 13151641.
HSL color Cylindrical-coordinate representation of color #99ADC8: hue angle of 214.47º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99ADC8 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 173 | 200 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.22 |
| HSL | 214.47º | 0.3% | 0.69% | - |
| HSV(B) | 214.47º | 0.24% | 0.78% | - |
| XYZ | 38.51 | 40.83 | 60.5 | - |
| YUV | 170.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 200 | 0.24 | 0.14 | 0 | 0.22 | 214.47 | 0.3 | 0.69 |
| Hex | 99 | AD | C8 | 18 | E | 0 | 16 | D6 | 1E | 45 |
| Octal | 231 | 255 | 310 | 30 | 16 | 0 | 26 | 326 | 36 | 105 |
| Binary | 10011001 | 10101101 | 11001000 | 11000 | 1110 | 0 | 10110 | 11010110 | 11110 | 1000101 |
Color Harmonies of #99ADC8
Complementary color
Monochromatic Colors of #99ADC8
Black with #99ADC8
Text Example
Text Example
White with #99ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADC8; }
p { color: rgb(153,173,200); }
H1.HeaderClassName
{
color: #99ADC8;
}
.AnyTagClassName
{
color: #99ADC8;
}
</style>
background-color css
<style>
a { background-color: #99ADC8; }
a { background-color: rgb(153,173,200); }
div.DivClassName
{
background-color: #99ADC8;
}
.BgClassName
{
background-color: #99ADC8;
}
</style>
border-color css
<style>
span { border-color: #99ADC8; }
span { border-color: rgb(153,173,200); }
td.TdClassName
{
border-color: #99ADC8;
}
.TagClassName
{
border-color: #99ADC8;
}
</style>