Shades of Polo Blue #99B5CE
Tints of Polo Blue #99B5CE
RGB
CMYK
RGB Variations
Color information
#99B5CE (or 0x99B5CE) is known color: Polo Blue. HEX triplet: 99, B5 and CE. RGB value is (153,181,206). Sum of RGB (Red+Green+Blue) = 153+181+206=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #99B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5CE is #664A31. Grayscale: #AFAFAF. Windows color (decimal): -6703666 or 13546905. OLE color: 13546905.
HSL color Cylindrical-coordinate representation of color #99B5CE: hue angle of 208.3º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99B5CE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 181 | 206 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.19 |
| HSL | 208.3º | 0.35% | 0.7% | - |
| HSV(B) | 208.3º | 0.26% | 0.81% | - |
| XYZ | 40.8 | 44.28 | 64.79 | - |
| YUV | 175.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 206 | 0.26 | 0.12 | 0 | 0.19 | 208.3 | 0.35 | 0.7 |
| Hex | 99 | B5 | CE | 1A | C | 0 | 13 | D0 | 23 | 46 |
| Octal | 231 | 265 | 316 | 32 | 14 | 0 | 23 | 320 | 43 | 106 |
| Binary | 10011001 | 10110101 | 11001110 | 11010 | 1100 | 0 | 10011 | 11010000 | 100011 | 1000110 |
Color Harmonies of #99B5CE
Complementary color
Monochromatic Colors of #99B5CE
Black with #99B5CE
Text Example
Text Example
White with #99B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B5CE; }
p { color: rgb(153,181,206); }
H1.HeaderClassName
{
color: #99B5CE;
}
.AnyTagClassName
{
color: #99B5CE;
}
</style>
background-color css
<style>
a { background-color: #99B5CE; }
a { background-color: rgb(153,181,206); }
div.DivClassName
{
background-color: #99B5CE;
}
.BgClassName
{
background-color: #99B5CE;
}
</style>
border-color css
<style>
span { border-color: #99B5CE; }
span { border-color: rgb(153,181,206); }
td.TdClassName
{
border-color: #99B5CE;
}
.TagClassName
{
border-color: #99B5CE;
}
</style>