Shades of Polo Blue #99ADC5
Tints of Polo Blue #99ADC5
RGB
CMYK
RGB Variations
Color information
#99ADC5 (or 0x99ADC5) is known color: Polo Blue. HEX triplet: 99, AD and C5. RGB value is (153,173,197). Sum of RGB (Red+Green+Blue) = 153+173+197=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 197 - color contains mainly: blue. Hex color #99ADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADC5 is #66523A. Grayscale: #A9A9A9. Windows color (decimal): -6705723 or 12955033. OLE color: 12955033.
HSL color Cylindrical-coordinate representation of color #99ADC5: hue angle of 212.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99ADC5 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 173 | 197 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.23 |
| HSL | 212.73º | 0.28% | 0.69% | - |
| HSV(B) | 212.73º | 0.22% | 0.77% | - |
| XYZ | 38.16 | 40.69 | 58.67 | - |
| YUV | 169.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 197 | 0.22 | 0.12 | 0 | 0.23 | 212.73 | 0.28 | 0.69 |
| Hex | 99 | AD | C5 | 16 | C | 0 | 17 | D5 | 1C | 45 |
| Octal | 231 | 255 | 305 | 26 | 14 | 0 | 27 | 325 | 34 | 105 |
| Binary | 10011001 | 10101101 | 11000101 | 10110 | 1100 | 0 | 10111 | 11010101 | 11100 | 1000101 |
Color Harmonies of #99ADC5
Complementary color
Monochromatic Colors of #99ADC5
Black with #99ADC5
Text Example
Text Example
White with #99ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADC5; }
p { color: rgb(153,173,197); }
H1.HeaderClassName
{
color: #99ADC5;
}
.AnyTagClassName
{
color: #99ADC5;
}
</style>
background-color css
<style>
a { background-color: #99ADC5; }
a { background-color: rgb(153,173,197); }
div.DivClassName
{
background-color: #99ADC5;
}
.BgClassName
{
background-color: #99ADC5;
}
</style>
border-color css
<style>
span { border-color: #99ADC5; }
span { border-color: rgb(153,173,197); }
td.TdClassName
{
border-color: #99ADC5;
}
.TagClassName
{
border-color: #99ADC5;
}
</style>