Shades of Polo Blue #92AAC8
Tints of Polo Blue #92AAC8
RGB
CMYK
RGB Variations
Color information
#92AAC8 (or 0x92AAC8) is known color: Polo Blue. HEX triplet: 92, AA and C8. RGB value is (146,170,200). Sum of RGB (Red+Green+Blue) = 146+170+200=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #92AAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAC8 is #6D5537. Grayscale: #A6A6A6. Windows color (decimal): -7165240 or 13150866. OLE color: 13150866.
HSL color Cylindrical-coordinate representation of color #92AAC8: hue angle of 213.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92AAC8 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 170 | 200 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.22 |
| HSL | 213.33º | 0.33% | 0.68% | - |
| HSV(B) | 213.33º | 0.27% | 0.78% | - |
| XYZ | 36.65 | 39.03 | 60.25 | - |
| YUV | 166.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 200 | 0.27 | 0.15 | 0 | 0.22 | 213.33 | 0.33 | 0.68 |
| Hex | 92 | AA | C8 | 1B | F | 0 | 16 | D5 | 21 | 44 |
| Octal | 222 | 252 | 310 | 33 | 17 | 0 | 26 | 325 | 41 | 104 |
| Binary | 10010010 | 10101010 | 11001000 | 11011 | 1111 | 0 | 10110 | 11010101 | 100001 | 1000100 |
Color Harmonies of #92AAC8
Complementary color
Monochromatic Colors of #92AAC8
Black with #92AAC8
Text Example
Text Example
White with #92AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAC8; }
p { color: rgb(146,170,200); }
H1.HeaderClassName
{
color: #92AAC8;
}
.AnyTagClassName
{
color: #92AAC8;
}
</style>
background-color css
<style>
a { background-color: #92AAC8; }
a { background-color: rgb(146,170,200); }
div.DivClassName
{
background-color: #92AAC8;
}
.BgClassName
{
background-color: #92AAC8;
}
</style>
border-color css
<style>
span { border-color: #92AAC8; }
span { border-color: rgb(146,170,200); }
td.TdClassName
{
border-color: #92AAC8;
}
.TagClassName
{
border-color: #92AAC8;
}
</style>