Shades of Polo Blue #96B6E0
Tints of Polo Blue #96B6E0
RGB
CMYK
RGB Variations
Color information
#96B6E0 (or 0x96B6E0) is known color: Polo Blue. HEX triplet: 96, B6 and E0. RGB value is (150,182,224). Sum of RGB (Red+Green+Blue) = 150+182+224=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #96B6E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6E0 is #69491F. Grayscale: #B1B1B1. Windows color (decimal): -6900000 or 14726806. OLE color: 14726806.
HSL color Cylindrical-coordinate representation of color #96B6E0: hue angle of 214.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96B6E0 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 182 | 224 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.12 |
| HSL | 214.05º | 0.54% | 0.73% | - |
| HSV(B) | 214.05º | 0.33% | 0.88% | - |
| XYZ | 42.76 | 45.32 | 77.02 | - |
| YUV | 177.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 224 | 0.33 | 0.19 | 0 | 0.12 | 214.05 | 0.54 | 0.73 |
| Hex | 96 | B6 | E0 | 21 | 13 | 0 | C | D6 | 36 | 49 |
| Octal | 226 | 266 | 340 | 41 | 23 | 0 | 14 | 326 | 66 | 111 |
| Binary | 10010110 | 10110110 | 11100000 | 100001 | 10011 | 0 | 1100 | 11010110 | 110110 | 1001001 |
Color Harmonies of #96B6E0
Complementary color
Monochromatic Colors of #96B6E0
Black with #96B6E0
Text Example
Text Example
White with #96B6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B6E0; }
p { color: rgb(150,182,224); }
H1.HeaderClassName
{
color: #96B6E0;
}
.AnyTagClassName
{
color: #96B6E0;
}
</style>
background-color css
<style>
a { background-color: #96B6E0; }
a { background-color: rgb(150,182,224); }
div.DivClassName
{
background-color: #96B6E0;
}
.BgClassName
{
background-color: #96B6E0;
}
</style>
border-color css
<style>
span { border-color: #96B6E0; }
span { border-color: rgb(150,182,224); }
td.TdClassName
{
border-color: #96B6E0;
}
.TagClassName
{
border-color: #96B6E0;
}
</style>