Shades of Polo Blue #92AACB
Tints of Polo Blue #92AACB
RGB
CMYK
RGB Variations
Color information
#92AACB (or 0x92AACB) is known color: Polo Blue. HEX triplet: 92, AA and CB. RGB value is (146,170,203). Sum of RGB (Red+Green+Blue) = 146+170+203=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #92AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AACB is #6D5534. Grayscale: #A6A6A6. Windows color (decimal): -7165237 or 13347474. OLE color: 13347474.
HSL color Cylindrical-coordinate representation of color #92AACB: hue angle of 214.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92AACB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 170 | 203 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.20 |
| HSL | 214.74º | 0.35% | 0.68% | - |
| HSV(B) | 214.74º | 0.28% | 0.8% | - |
| XYZ | 37.01 | 39.17 | 62.11 | - |
| YUV | 166.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 203 | 0.28 | 0.16 | 0 | 0.20 | 214.74 | 0.35 | 0.68 |
| Hex | 92 | AA | CB | 1C | 10 | 0 | 14 | D7 | 23 | 44 |
| Octal | 222 | 252 | 313 | 34 | 20 | 0 | 24 | 327 | 43 | 104 |
| Binary | 10010010 | 10101010 | 11001011 | 11100 | 10000 | 0 | 10100 | 11010111 | 100011 | 1000100 |
Color Harmonies of #92AACB
Complementary color
Monochromatic Colors of #92AACB
Black with #92AACB
Text Example
Text Example
White with #92AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AACB; }
p { color: rgb(146,170,203); }
H1.HeaderClassName
{
color: #92AACB;
}
.AnyTagClassName
{
color: #92AACB;
}
</style>
background-color css
<style>
a { background-color: #92AACB; }
a { background-color: rgb(146,170,203); }
div.DivClassName
{
background-color: #92AACB;
}
.BgClassName
{
background-color: #92AACB;
}
</style>
border-color css
<style>
span { border-color: #92AACB; }
span { border-color: rgb(146,170,203); }
td.TdClassName
{
border-color: #92AACB;
}
.TagClassName
{
border-color: #92AACB;
}
</style>