Shades of Polo Blue #99B2CE
Tints of Polo Blue #99B2CE
RGB
CMYK
RGB Variations
Color information
#99B2CE (or 0x99B2CE) is known color: Polo Blue. HEX triplet: 99, B2 and CE. RGB value is (153,178,206). Sum of RGB (Red+Green+Blue) = 153+178+206=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #99B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2CE is #664D31. Grayscale: #ADADAD. Windows color (decimal): -6704434 or 13546137. OLE color: 13546137.
HSL color Cylindrical-coordinate representation of color #99B2CE: hue angle of 211.7º 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 #99B2CE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 178 | 206 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.19 |
| HSL | 211.7º | 0.35% | 0.7% | - |
| HSV(B) | 211.7º | 0.26% | 0.81% | - |
| XYZ | 40.2 | 43.07 | 64.59 | - |
| YUV | 173.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 206 | 0.26 | 0.14 | 0 | 0.19 | 211.7 | 0.35 | 0.7 |
| Hex | 99 | B2 | CE | 1A | E | 0 | 13 | D4 | 23 | 46 |
| Octal | 231 | 262 | 316 | 32 | 16 | 0 | 23 | 324 | 43 | 106 |
| Binary | 10011001 | 10110010 | 11001110 | 11010 | 1110 | 0 | 10011 | 11010100 | 100011 | 1000110 |
Color Harmonies of #99B2CE
Complementary color
Monochromatic Colors of #99B2CE
Black with #99B2CE
Text Example
Text Example
White with #99B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B2CE; }
p { color: rgb(153,178,206); }
H1.HeaderClassName
{
color: #99B2CE;
}
.AnyTagClassName
{
color: #99B2CE;
}
</style>
background-color css
<style>
a { background-color: #99B2CE; }
a { background-color: rgb(153,178,206); }
div.DivClassName
{
background-color: #99B2CE;
}
.BgClassName
{
background-color: #99B2CE;
}
</style>
border-color css
<style>
span { border-color: #99B2CE; }
span { border-color: rgb(153,178,206); }
td.TdClassName
{
border-color: #99B2CE;
}
.TagClassName
{
border-color: #99B2CE;
}
</style>