Shades of Polo Blue #96B6DF
Tints of Polo Blue #96B6DF
RGB
CMYK
RGB Variations
Color information
#96B6DF (or 0x96B6DF) is known color: Polo Blue. HEX triplet: 96, B6 and DF. RGB value is (150,182,223). Sum of RGB (Red+Green+Blue) = 150+182+223=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6DF is #694920. Grayscale: #B0B0B0. Windows color (decimal): -6900001 or 14661270. OLE color: 14661270.
HSL color Cylindrical-coordinate representation of color #96B6DF: hue angle of 213.7º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96B6DF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 182 | 223 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.13 |
| HSL | 213.7º | 0.53% | 0.73% | - |
| HSV(B) | 213.7º | 0.33% | 0.87% | - |
| XYZ | 42.62 | 45.27 | 76.3 | - |
| YUV | 177.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 223 | 0.33 | 0.18 | 0 | 0.13 | 213.7 | 0.53 | 0.73 |
| Hex | 96 | B6 | DF | 21 | 12 | 0 | D | D6 | 35 | 49 |
| Octal | 226 | 266 | 337 | 41 | 22 | 0 | 15 | 326 | 65 | 111 |
| Binary | 10010110 | 10110110 | 11011111 | 100001 | 10010 | 0 | 1101 | 11010110 | 110101 | 1001001 |
Color Harmonies of #96B6DF
Complementary color
Monochromatic Colors of #96B6DF
Black with #96B6DF
Text Example
Text Example
White with #96B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B6DF; }
p { color: rgb(150,182,223); }
H1.HeaderClassName
{
color: #96B6DF;
}
.AnyTagClassName
{
color: #96B6DF;
}
</style>
background-color css
<style>
a { background-color: #96B6DF; }
a { background-color: rgb(150,182,223); }
div.DivClassName
{
background-color: #96B6DF;
}
.BgClassName
{
background-color: #96B6DF;
}
</style>
border-color css
<style>
span { border-color: #96B6DF; }
span { border-color: rgb(150,182,223); }
td.TdClassName
{
border-color: #96B6DF;
}
.TagClassName
{
border-color: #96B6DF;
}
</style>