Shades of Polo Blue #96B2CB
Tints of Polo Blue #96B2CB
RGB
CMYK
RGB Variations
Color information
#96B2CB (or 0x96B2CB) is known color: Polo Blue. HEX triplet: 96, B2 and CB. RGB value is (150,178,203). Sum of RGB (Red+Green+Blue) = 150+178+203=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #96B2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2CB is #694D34. Grayscale: #ACACAC. Windows color (decimal): -6901045 or 13349526. OLE color: 13349526.
HSL color Cylindrical-coordinate representation of color #96B2CB: hue angle of 208.3º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B2CB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 178 | 203 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.20 |
| HSL | 208.3º | 0.34% | 0.69% | - |
| HSV(B) | 208.3º | 0.26% | 0.8% | - |
| XYZ | 39.28 | 42.64 | 62.66 | - |
| YUV | 172.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 203 | 0.26 | 0.12 | 0 | 0.20 | 208.3 | 0.34 | 0.69 |
| Hex | 96 | B2 | CB | 1A | C | 0 | 14 | D0 | 22 | 45 |
| Octal | 226 | 262 | 313 | 32 | 14 | 0 | 24 | 320 | 42 | 105 |
| Binary | 10010110 | 10110010 | 11001011 | 11010 | 1100 | 0 | 10100 | 11010000 | 100010 | 1000101 |
Color Harmonies of #96B2CB
Complementary color
Monochromatic Colors of #96B2CB
Black with #96B2CB
Text Example
Text Example
White with #96B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B2CB; }
p { color: rgb(150,178,203); }
H1.HeaderClassName
{
color: #96B2CB;
}
.AnyTagClassName
{
color: #96B2CB;
}
</style>
background-color css
<style>
a { background-color: #96B2CB; }
a { background-color: rgb(150,178,203); }
div.DivClassName
{
background-color: #96B2CB;
}
.BgClassName
{
background-color: #96B2CB;
}
</style>
border-color css
<style>
span { border-color: #96B2CB; }
span { border-color: rgb(150,178,203); }
td.TdClassName
{
border-color: #96B2CB;
}
.TagClassName
{
border-color: #96B2CB;
}
</style>