Shades of Polo Blue #96B5DC
Tints of Polo Blue #96B5DC
RGB
CMYK
RGB Variations
Color information
#96B5DC (or 0x96B5DC) is known color: Polo Blue. HEX triplet: 96, B5 and DC. RGB value is (150,181,220). Sum of RGB (Red+Green+Blue) = 150+181+220=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #96B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5DC is #694A23. Grayscale: #AFAFAF. Windows color (decimal): -6900260 or 14464406. OLE color: 14464406.
HSL color Cylindrical-coordinate representation of color #96B5DC: hue angle of 213.43º 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 #96B5DC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 181 | 220 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.14 |
| HSL | 213.43º | 0.5% | 0.73% | - |
| HSV(B) | 213.43º | 0.32% | 0.86% | - |
| XYZ | 42.02 | 44.7 | 74.12 | - |
| YUV | 176.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 220 | 0.32 | 0.18 | 0 | 0.14 | 213.43 | 0.5 | 0.73 |
| Hex | 96 | B5 | DC | 20 | 12 | 0 | E | D5 | 32 | 49 |
| Octal | 226 | 265 | 334 | 40 | 22 | 0 | 16 | 325 | 62 | 111 |
| Binary | 10010110 | 10110101 | 11011100 | 100000 | 10010 | 0 | 1110 | 11010101 | 110010 | 1001001 |
Color Harmonies of #96B5DC
Complementary color
Monochromatic Colors of #96B5DC
Black with #96B5DC
Text Example
Text Example
White with #96B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B5DC; }
p { color: rgb(150,181,220); }
H1.HeaderClassName
{
color: #96B5DC;
}
.AnyTagClassName
{
color: #96B5DC;
}
</style>
background-color css
<style>
a { background-color: #96B5DC; }
a { background-color: rgb(150,181,220); }
div.DivClassName
{
background-color: #96B5DC;
}
.BgClassName
{
background-color: #96B5DC;
}
</style>
border-color css
<style>
span { border-color: #96B5DC; }
span { border-color: rgb(150,181,220); }
td.TdClassName
{
border-color: #96B5DC;
}
.TagClassName
{
border-color: #96B5DC;
}
</style>