Shades of Polo Blue #96B8DE
Tints of Polo Blue #96B8DE
RGB
CMYK
RGB Variations
Color information
#96B8DE (or 0x96B8DE) is known color: Polo Blue. HEX triplet: 96, B8 and DE. RGB value is (150,184,222). Sum of RGB (Red+Green+Blue) = 150+184+222=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #96B8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8DE is #694721. Grayscale: #B1B1B1. Windows color (decimal): -6899490 or 14596246. OLE color: 14596246.
HSL color Cylindrical-coordinate representation of color #96B8DE: hue angle of 211.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B8DE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 184 | 222 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.13 |
| HSL | 211.67º | 0.52% | 0.73% | - |
| HSV(B) | 211.67º | 0.32% | 0.87% | - |
| XYZ | 42.9 | 46.04 | 75.73 | - |
| YUV | 178.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 222 | 0.32 | 0.17 | 0 | 0.13 | 211.67 | 0.52 | 0.73 |
| Hex | 96 | B8 | DE | 20 | 11 | 0 | D | D4 | 34 | 49 |
| Octal | 226 | 270 | 336 | 40 | 21 | 0 | 15 | 324 | 64 | 111 |
| Binary | 10010110 | 10111000 | 11011110 | 100000 | 10001 | 0 | 1101 | 11010100 | 110100 | 1001001 |
Color Harmonies of #96B8DE
Complementary color
Monochromatic Colors of #96B8DE
Black with #96B8DE
Text Example
Text Example
White with #96B8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B8DE; }
p { color: rgb(150,184,222); }
H1.HeaderClassName
{
color: #96B8DE;
}
.AnyTagClassName
{
color: #96B8DE;
}
</style>
background-color css
<style>
a { background-color: #96B8DE; }
a { background-color: rgb(150,184,222); }
div.DivClassName
{
background-color: #96B8DE;
}
.BgClassName
{
background-color: #96B8DE;
}
</style>
border-color css
<style>
span { border-color: #96B8DE; }
span { border-color: rgb(150,184,222); }
td.TdClassName
{
border-color: #96B8DE;
}
.TagClassName
{
border-color: #96B8DE;
}
</style>