Shades of Polo Blue #96B1CE
Tints of Polo Blue #96B1CE
RGB
CMYK
RGB Variations
Color information
#96B1CE (or 0x96B1CE) is known color: Polo Blue. HEX triplet: 96, B1 and CE. RGB value is (150,177,206). Sum of RGB (Red+Green+Blue) = 150+177+206=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #96B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B1CE is #694E31. Grayscale: #ACACAC. Windows color (decimal): -6901298 or 13545878. OLE color: 13545878.
HSL color Cylindrical-coordinate representation of color #96B1CE: hue angle of 211.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96B1CE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 177 | 206 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.19 |
| HSL | 211.07º | 0.36% | 0.7% | - |
| HSV(B) | 211.07º | 0.27% | 0.81% | - |
| XYZ | 39.44 | 42.38 | 64.49 | - |
| YUV | 172.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 206 | 0.27 | 0.14 | 0 | 0.19 | 211.07 | 0.36 | 0.7 |
| Hex | 96 | B1 | CE | 1B | E | 0 | 13 | D3 | 24 | 46 |
| Octal | 226 | 261 | 316 | 33 | 16 | 0 | 23 | 323 | 44 | 106 |
| Binary | 10010110 | 10110001 | 11001110 | 11011 | 1110 | 0 | 10011 | 11010011 | 100100 | 1000110 |
Color Harmonies of #96B1CE
Complementary color
Monochromatic Colors of #96B1CE
Black with #96B1CE
Text Example
Text Example
White with #96B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B1CE; }
p { color: rgb(150,177,206); }
H1.HeaderClassName
{
color: #96B1CE;
}
.AnyTagClassName
{
color: #96B1CE;
}
</style>
background-color css
<style>
a { background-color: #96B1CE; }
a { background-color: rgb(150,177,206); }
div.DivClassName
{
background-color: #96B1CE;
}
.BgClassName
{
background-color: #96B1CE;
}
</style>
border-color css
<style>
span { border-color: #96B1CE; }
span { border-color: rgb(150,177,206); }
td.TdClassName
{
border-color: #96B1CE;
}
.TagClassName
{
border-color: #96B1CE;
}
</style>