Shades of Polo Blue #92AAC5
Tints of Polo Blue #92AAC5
RGB
CMYK
RGB Variations
Color information
#92AAC5 (or 0x92AAC5) is known color: Polo Blue. HEX triplet: 92, AA and C5. RGB value is (146,170,197). Sum of RGB (Red+Green+Blue) = 146+170+197=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #92AAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAC5 is #6D553A. Grayscale: #A5A5A5. Windows color (decimal): -7165243 or 12954258. OLE color: 12954258.
HSL color Cylindrical-coordinate representation of color #92AAC5: hue angle of 211.76º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92AAC5 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 170 | 197 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.23 |
| HSL | 211.76º | 0.31% | 0.67% | - |
| HSV(B) | 211.76º | 0.26% | 0.77% | - |
| XYZ | 36.31 | 38.89 | 58.42 | - |
| YUV | 165.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 197 | 0.26 | 0.14 | 0 | 0.23 | 211.76 | 0.31 | 0.67 |
| Hex | 92 | AA | C5 | 1A | E | 0 | 17 | D4 | 1F | 43 |
| Octal | 222 | 252 | 305 | 32 | 16 | 0 | 27 | 324 | 37 | 103 |
| Binary | 10010010 | 10101010 | 11000101 | 11010 | 1110 | 0 | 10111 | 11010100 | 11111 | 1000011 |
Color Harmonies of #92AAC5
Complementary color
Monochromatic Colors of #92AAC5
Black with #92AAC5
Text Example
Text Example
White with #92AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAC5; }
p { color: rgb(146,170,197); }
H1.HeaderClassName
{
color: #92AAC5;
}
.AnyTagClassName
{
color: #92AAC5;
}
</style>
background-color css
<style>
a { background-color: #92AAC5; }
a { background-color: rgb(146,170,197); }
div.DivClassName
{
background-color: #92AAC5;
}
.BgClassName
{
background-color: #92AAC5;
}
</style>
border-color css
<style>
span { border-color: #92AAC5; }
span { border-color: rgb(146,170,197); }
td.TdClassName
{
border-color: #92AAC5;
}
.TagClassName
{
border-color: #92AAC5;
}
</style>