Shades of Polo Blue #92AADD
Tints of Polo Blue #92AADD
RGB
CMYK
RGB Variations
Color information
#92AADD (or 0x92AADD) is known color: Polo Blue. HEX triplet: 92, AA and DD. RGB value is (146,170,221). Sum of RGB (Red+Green+Blue) = 146+170+221=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #92AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AADD is #6D5522. Grayscale: #A8A8A8. Windows color (decimal): -7165219 or 14527122. OLE color: 14527122.
HSL color Cylindrical-coordinate representation of color #92AADD: hue angle of 220.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92AADD is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 170 | 221 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.13 |
| HSL | 220.8º | 0.52% | 0.72% | - |
| HSV(B) | 220.8º | 0.34% | 0.87% | - |
| XYZ | 39.28 | 40.08 | 74.07 | - |
| YUV | 168.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 221 | 0.34 | 0.23 | 0 | 0.13 | 220.8 | 0.52 | 0.72 |
| Hex | 92 | AA | DD | 22 | 17 | 0 | D | DD | 34 | 48 |
| Octal | 222 | 252 | 335 | 42 | 27 | 0 | 15 | 335 | 64 | 110 |
| Binary | 10010010 | 10101010 | 11011101 | 100010 | 10111 | 0 | 1101 | 11011101 | 110100 | 1001000 |
Color Harmonies of #92AADD
Complementary color
Monochromatic Colors of #92AADD
Black with #92AADD
Text Example
Text Example
White with #92AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AADD; }
p { color: rgb(146,170,221); }
H1.HeaderClassName
{
color: #92AADD;
}
.AnyTagClassName
{
color: #92AADD;
}
</style>
background-color css
<style>
a { background-color: #92AADD; }
a { background-color: rgb(146,170,221); }
div.DivClassName
{
background-color: #92AADD;
}
.BgClassName
{
background-color: #92AADD;
}
</style>
border-color css
<style>
span { border-color: #92AADD; }
span { border-color: rgb(146,170,221); }
td.TdClassName
{
border-color: #92AADD;
}
.TagClassName
{
border-color: #92AADD;
}
</style>