Shades of Polo Blue #92AACD
Tints of Polo Blue #92AACD
RGB
CMYK
RGB Variations
Color information
#92AACD (or 0x92AACD) is known color: Polo Blue. HEX triplet: 92, AA and CD. RGB value is (146,170,205). Sum of RGB (Red+Green+Blue) = 146+170+205=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #92AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AACD is #6D5532. Grayscale: #A6A6A6. Windows color (decimal): -7165235 or 13478546. OLE color: 13478546.
HSL color Cylindrical-coordinate representation of color #92AACD: hue angle of 215.59º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92AACD is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 170 | 205 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.20 |
| HSL | 215.59º | 0.37% | 0.69% | - |
| HSV(B) | 215.59º | 0.29% | 0.8% | - |
| XYZ | 37.25 | 39.27 | 63.37 | - |
| YUV | 166.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 205 | 0.29 | 0.17 | 0 | 0.20 | 215.59 | 0.37 | 0.69 |
| Hex | 92 | AA | CD | 1D | 11 | 0 | 14 | D8 | 25 | 45 |
| Octal | 222 | 252 | 315 | 35 | 21 | 0 | 24 | 330 | 45 | 105 |
| Binary | 10010010 | 10101010 | 11001101 | 11101 | 10001 | 0 | 10100 | 11011000 | 100101 | 1000101 |
Color Harmonies of #92AACD
Complementary color
Monochromatic Colors of #92AACD
Black with #92AACD
Text Example
Text Example
White with #92AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AACD; }
p { color: rgb(146,170,205); }
H1.HeaderClassName
{
color: #92AACD;
}
.AnyTagClassName
{
color: #92AACD;
}
</style>
background-color css
<style>
a { background-color: #92AACD; }
a { background-color: rgb(146,170,205); }
div.DivClassName
{
background-color: #92AACD;
}
.BgClassName
{
background-color: #92AACD;
}
</style>
border-color css
<style>
span { border-color: #92AACD; }
span { border-color: rgb(146,170,205); }
td.TdClassName
{
border-color: #92AACD;
}
.TagClassName
{
border-color: #92AACD;
}
</style>