Shades of Polo Blue #96AAD2
Tints of Polo Blue #96AAD2
RGB
CMYK
RGB Variations
Color information
#96AAD2 (or 0x96AAD2) is known color: Polo Blue. HEX triplet: 96, AA and D2. RGB value is (150,170,210). Sum of RGB (Red+Green+Blue) = 150+170+210=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #96AAD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAD2 is #69552D. Grayscale: #A8A8A8. Windows color (decimal): -6903086 or 13806230. OLE color: 13806230.
HSL color Cylindrical-coordinate representation of color #96AAD2: hue angle of 220º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96AAD2 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 170 | 210 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.18 |
| HSL | 220º | 0.4% | 0.71% | - |
| HSV(B) | 220º | 0.29% | 0.82% | - |
| XYZ | 38.59 | 39.89 | 66.64 | - |
| YUV | 168.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 210 | 0.29 | 0.19 | 0 | 0.18 | 220 | 0.4 | 0.71 |
| Hex | 96 | AA | D2 | 1D | 13 | 0 | 12 | DC | 28 | 47 |
| Octal | 226 | 252 | 322 | 35 | 23 | 0 | 22 | 334 | 50 | 107 |
| Binary | 10010110 | 10101010 | 11010010 | 11101 | 10011 | 0 | 10010 | 11011100 | 101000 | 1000111 |
Color Harmonies of #96AAD2
Complementary color
Monochromatic Colors of #96AAD2
Black with #96AAD2
Text Example
Text Example
White with #96AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AAD2; }
p { color: rgb(150,170,210); }
H1.HeaderClassName
{
color: #96AAD2;
}
.AnyTagClassName
{
color: #96AAD2;
}
</style>
background-color css
<style>
a { background-color: #96AAD2; }
a { background-color: rgb(150,170,210); }
div.DivClassName
{
background-color: #96AAD2;
}
.BgClassName
{
background-color: #96AAD2;
}
</style>
border-color css
<style>
span { border-color: #96AAD2; }
span { border-color: rgb(150,170,210); }
td.TdClassName
{
border-color: #96AAD2;
}
.TagClassName
{
border-color: #96AAD2;
}
</style>