Shades of Polo Blue #96AECD
Tints of Polo Blue #96AECD
RGB
CMYK
RGB Variations
Color information
#96AECD (or 0x96AECD) is known color: Polo Blue. HEX triplet: 96, AE and CD. RGB value is (150,174,205). Sum of RGB (Red+Green+Blue) = 150+174+205=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #96AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AECD is #695132. Grayscale: #AAAAAA. Windows color (decimal): -6902067 or 13479574. OLE color: 13479574.
HSL color Cylindrical-coordinate representation of color #96AECD: hue angle of 213.82º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96AECD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 174 | 205 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.20 |
| HSL | 213.82º | 0.35% | 0.7% | - |
| HSV(B) | 213.82º | 0.27% | 0.8% | - |
| XYZ | 38.73 | 41.16 | 63.66 | - |
| YUV | 170.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 205 | 0.27 | 0.15 | 0 | 0.20 | 213.82 | 0.35 | 0.7 |
| Hex | 96 | AE | CD | 1B | F | 0 | 14 | D6 | 23 | 46 |
| Octal | 226 | 256 | 315 | 33 | 17 | 0 | 24 | 326 | 43 | 106 |
| Binary | 10010110 | 10101110 | 11001101 | 11011 | 1111 | 0 | 10100 | 11010110 | 100011 | 1000110 |
Color Harmonies of #96AECD
Complementary color
Monochromatic Colors of #96AECD
Black with #96AECD
Text Example
Text Example
White with #96AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AECD; }
p { color: rgb(150,174,205); }
H1.HeaderClassName
{
color: #96AECD;
}
.AnyTagClassName
{
color: #96AECD;
}
</style>
background-color css
<style>
a { background-color: #96AECD; }
a { background-color: rgb(150,174,205); }
div.DivClassName
{
background-color: #96AECD;
}
.BgClassName
{
background-color: #96AECD;
}
</style>
border-color css
<style>
span { border-color: #96AECD; }
span { border-color: rgb(150,174,205); }
td.TdClassName
{
border-color: #96AECD;
}
.TagClassName
{
border-color: #96AECD;
}
</style>