Shades of Polo Blue #99B2CB
Tints of Polo Blue #99B2CB
RGB
CMYK
RGB Variations
Color information
#99B2CB (or 0x99B2CB) is known color: Polo Blue. HEX triplet: 99, B2 and CB. RGB value is (153,178,203). Sum of RGB (Red+Green+Blue) = 153+178+203=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #99B2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2CB is #664D34. Grayscale: #ADADAD. Windows color (decimal): -6704437 or 13349529. OLE color: 13349529.
HSL color Cylindrical-coordinate representation of color #99B2CB: hue angle of 210º degrees, saturation: 0.32, 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 #99B2CB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 178 | 203 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.20 |
| HSL | 210º | 0.32% | 0.7% | - |
| HSV(B) | 210º | 0.25% | 0.8% | - |
| XYZ | 39.84 | 42.92 | 62.69 | - |
| YUV | 173.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 203 | 0.25 | 0.12 | 0 | 0.20 | 210 | 0.32 | 0.7 |
| Hex | 99 | B2 | CB | 19 | C | 0 | 14 | D2 | 20 | 46 |
| Octal | 231 | 262 | 313 | 31 | 14 | 0 | 24 | 322 | 40 | 106 |
| Binary | 10011001 | 10110010 | 11001011 | 11001 | 1100 | 0 | 10100 | 11010010 | 100000 | 1000110 |
Color Harmonies of #99B2CB
Complementary color
Monochromatic Colors of #99B2CB
Black with #99B2CB
Text Example
Text Example
White with #99B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B2CB; }
p { color: rgb(153,178,203); }
H1.HeaderClassName
{
color: #99B2CB;
}
.AnyTagClassName
{
color: #99B2CB;
}
</style>
background-color css
<style>
a { background-color: #99B2CB; }
a { background-color: rgb(153,178,203); }
div.DivClassName
{
background-color: #99B2CB;
}
.BgClassName
{
background-color: #99B2CB;
}
</style>
border-color css
<style>
span { border-color: #99B2CB; }
span { border-color: rgb(153,178,203); }
td.TdClassName
{
border-color: #99B2CB;
}
.TagClassName
{
border-color: #99B2CB;
}
</style>