Shades of Polo Blue #96B3DC
Tints of Polo Blue #96B3DC
RGB
CMYK
RGB Variations
Color information
#96B3DC (or 0x96B3DC) is known color: Polo Blue. HEX triplet: 96, B3 and DC. RGB value is (150,179,220). Sum of RGB (Red+Green+Blue) = 150+179+220=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #96B3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3DC is #694C23. Grayscale: #AEAEAE. Windows color (decimal): -6900772 or 14463894. OLE color: 14463894.
HSL color Cylindrical-coordinate representation of color #96B3DC: hue angle of 215.14º 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 #96B3DC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 179 | 220 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.14 |
| HSL | 215.14º | 0.5% | 0.73% | - |
| HSV(B) | 215.14º | 0.32% | 0.86% | - |
| XYZ | 41.62 | 43.89 | 73.99 | - |
| YUV | 175 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 220 | 0.32 | 0.19 | 0 | 0.14 | 215.14 | 0.5 | 0.73 |
| Hex | 96 | B3 | DC | 20 | 13 | 0 | E | D7 | 32 | 49 |
| Octal | 226 | 263 | 334 | 40 | 23 | 0 | 16 | 327 | 62 | 111 |
| Binary | 10010110 | 10110011 | 11011100 | 100000 | 10011 | 0 | 1110 | 11010111 | 110010 | 1001001 |
Color Harmonies of #96B3DC
Complementary color
Monochromatic Colors of #96B3DC
Black with #96B3DC
Text Example
Text Example
White with #96B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B3DC; }
p { color: rgb(150,179,220); }
H1.HeaderClassName
{
color: #96B3DC;
}
.AnyTagClassName
{
color: #96B3DC;
}
</style>
background-color css
<style>
a { background-color: #96B3DC; }
a { background-color: rgb(150,179,220); }
div.DivClassName
{
background-color: #96B3DC;
}
.BgClassName
{
background-color: #96B3DC;
}
</style>
border-color css
<style>
span { border-color: #96B3DC; }
span { border-color: rgb(150,179,220); }
td.TdClassName
{
border-color: #96B3DC;
}
.TagClassName
{
border-color: #96B3DC;
}
</style>