Shades of Polo Blue #92AADC
Tints of Polo Blue #92AADC
RGB
CMYK
RGB Variations
Color information
#92AADC (or 0x92AADC) is known color: Polo Blue. HEX triplet: 92, AA and DC. RGB value is (146,170,220). Sum of RGB (Red+Green+Blue) = 146+170+220=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #92AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AADC is #6D5523. Grayscale: #A8A8A8. Windows color (decimal): -7165220 or 14461586. OLE color: 14461586.
HSL color Cylindrical-coordinate representation of color #92AADC: hue angle of 220.54º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92AADC is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 170 | 220 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.14 |
| HSL | 220.54º | 0.51% | 0.72% | - |
| HSV(B) | 220.54º | 0.34% | 0.86% | - |
| XYZ | 39.15 | 40.03 | 73.37 | - |
| YUV | 168.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 220 | 0.34 | 0.23 | 0 | 0.14 | 220.54 | 0.51 | 0.72 |
| Hex | 92 | AA | DC | 22 | 17 | 0 | E | DD | 33 | 48 |
| Octal | 222 | 252 | 334 | 42 | 27 | 0 | 16 | 335 | 63 | 110 |
| Binary | 10010010 | 10101010 | 11011100 | 100010 | 10111 | 0 | 1110 | 11011101 | 110011 | 1001000 |
Color Harmonies of #92AADC
Complementary color
Monochromatic Colors of #92AADC
Black with #92AADC
Text Example
Text Example
White with #92AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AADC; }
p { color: rgb(146,170,220); }
H1.HeaderClassName
{
color: #92AADC;
}
.AnyTagClassName
{
color: #92AADC;
}
</style>
background-color css
<style>
a { background-color: #92AADC; }
a { background-color: rgb(146,170,220); }
div.DivClassName
{
background-color: #92AADC;
}
.BgClassName
{
background-color: #92AADC;
}
</style>
border-color css
<style>
span { border-color: #92AADC; }
span { border-color: rgb(146,170,220); }
td.TdClassName
{
border-color: #92AADC;
}
.TagClassName
{
border-color: #92AADC;
}
</style>