Shades of Polo Blue #92AAC3
Tints of Polo Blue #92AAC3
RGB
CMYK
RGB Variations
Color information
#92AAC3 (or 0x92AAC3) is known color: Polo Blue. HEX triplet: 92, AA and C3. RGB value is (146,170,195). Sum of RGB (Red+Green+Blue) = 146+170+195=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #92AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAC3 is #6D553C. Grayscale: #A5A5A5. Windows color (decimal): -7165245 or 12823186. OLE color: 12823186.
HSL color Cylindrical-coordinate representation of color #92AAC3: hue angle of 210.61º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92AAC3 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 170 | 195 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.24 |
| HSL | 210.61º | 0.29% | 0.67% | - |
| HSV(B) | 210.61º | 0.25% | 0.76% | - |
| XYZ | 36.08 | 38.8 | 57.22 | - |
| YUV | 165.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 195 | 0.25 | 0.13 | 0 | 0.24 | 210.61 | 0.29 | 0.67 |
| Hex | 92 | AA | C3 | 19 | D | 0 | 18 | D3 | 1D | 43 |
| Octal | 222 | 252 | 303 | 31 | 15 | 0 | 30 | 323 | 35 | 103 |
| Binary | 10010010 | 10101010 | 11000011 | 11001 | 1101 | 0 | 11000 | 11010011 | 11101 | 1000011 |
Color Harmonies of #92AAC3
Complementary color
Monochromatic Colors of #92AAC3
Black with #92AAC3
Text Example
Text Example
White with #92AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAC3; }
p { color: rgb(146,170,195); }
H1.HeaderClassName
{
color: #92AAC3;
}
.AnyTagClassName
{
color: #92AAC3;
}
</style>
background-color css
<style>
a { background-color: #92AAC3; }
a { background-color: rgb(146,170,195); }
div.DivClassName
{
background-color: #92AAC3;
}
.BgClassName
{
background-color: #92AAC3;
}
</style>
border-color css
<style>
span { border-color: #92AAC3; }
span { border-color: rgb(146,170,195); }
td.TdClassName
{
border-color: #92AAC3;
}
.TagClassName
{
border-color: #92AAC3;
}
</style>