Shades of Polo Blue #96B8DC
Tints of Polo Blue #96B8DC
RGB
CMYK
RGB Variations
Color information
#96B8DC (or 0x96B8DC) is known color: Polo Blue. HEX triplet: 96, B8 and DC. RGB value is (150,184,220). Sum of RGB (Red+Green+Blue) = 150+184+220=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #96B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8DC is #694723. Grayscale: #B1B1B1. Windows color (decimal): -6899492 or 14465174. OLE color: 14465174.
HSL color Cylindrical-coordinate representation of color #96B8DC: hue angle of 210.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B8DC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 184 | 220 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.14 |
| HSL | 210.86º | 0.5% | 0.73% | - |
| HSV(B) | 210.86º | 0.32% | 0.86% | - |
| XYZ | 42.64 | 45.93 | 74.33 | - |
| YUV | 177.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 220 | 0.32 | 0.16 | 0 | 0.14 | 210.86 | 0.5 | 0.73 |
| Hex | 96 | B8 | DC | 20 | 10 | 0 | E | D3 | 32 | 49 |
| Octal | 226 | 270 | 334 | 40 | 20 | 0 | 16 | 323 | 62 | 111 |
| Binary | 10010110 | 10111000 | 11011100 | 100000 | 10000 | 0 | 1110 | 11010011 | 110010 | 1001001 |
Color Harmonies of #96B8DC
Complementary color
Monochromatic Colors of #96B8DC
Black with #96B8DC
Text Example
Text Example
White with #96B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B8DC; }
p { color: rgb(150,184,220); }
H1.HeaderClassName
{
color: #96B8DC;
}
.AnyTagClassName
{
color: #96B8DC;
}
</style>
background-color css
<style>
a { background-color: #96B8DC; }
a { background-color: rgb(150,184,220); }
div.DivClassName
{
background-color: #96B8DC;
}
.BgClassName
{
background-color: #96B8DC;
}
</style>
border-color css
<style>
span { border-color: #96B8DC; }
span { border-color: rgb(150,184,220); }
td.TdClassName
{
border-color: #96B8DC;
}
.TagClassName
{
border-color: #96B8DC;
}
</style>