Shades of Polo Blue #96B3DB
Tints of Polo Blue #96B3DB
RGB
CMYK
RGB Variations
Color information
#96B3DB (or 0x96B3DB) is known color: Polo Blue. HEX triplet: 96, B3 and DB. RGB value is (150,179,219). Sum of RGB (Red+Green+Blue) = 150+179+219=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #96B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3DB is #694C24. Grayscale: #AEAEAE. Windows color (decimal): -6900773 or 14398358. OLE color: 14398358.
HSL color Cylindrical-coordinate representation of color #96B3DB: hue angle of 214.78º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B3DB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 179 | 219 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.14 |
| HSL | 214.78º | 0.49% | 0.72% | - |
| HSV(B) | 214.78º | 0.32% | 0.86% | - |
| XYZ | 41.48 | 43.84 | 73.29 | - |
| YUV | 174.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 219 | 0.32 | 0.18 | 0 | 0.14 | 214.78 | 0.49 | 0.72 |
| Hex | 96 | B3 | DB | 20 | 12 | 0 | E | D7 | 31 | 48 |
| Octal | 226 | 263 | 333 | 40 | 22 | 0 | 16 | 327 | 61 | 110 |
| Binary | 10010110 | 10110011 | 11011011 | 100000 | 10010 | 0 | 1110 | 11010111 | 110001 | 1001000 |
Color Harmonies of #96B3DB
Complementary color
Monochromatic Colors of #96B3DB
Black with #96B3DB
Text Example
Text Example
White with #96B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B3DB; }
p { color: rgb(150,179,219); }
H1.HeaderClassName
{
color: #96B3DB;
}
.AnyTagClassName
{
color: #96B3DB;
}
</style>
background-color css
<style>
a { background-color: #96B3DB; }
a { background-color: rgb(150,179,219); }
div.DivClassName
{
background-color: #96B3DB;
}
.BgClassName
{
background-color: #96B3DB;
}
</style>
border-color css
<style>
span { border-color: #96B3DB; }
span { border-color: rgb(150,179,219); }
td.TdClassName
{
border-color: #96B3DB;
}
.TagClassName
{
border-color: #96B3DB;
}
</style>