Shades of Polo Blue #92AED6
Tints of Polo Blue #92AED6
RGB
CMYK
RGB Variations
Color information
#92AED6 (or 0x92AED6) is known color: Polo Blue. HEX triplet: 92, AE and D6. RGB value is (146,174,214). Sum of RGB (Red+Green+Blue) = 146+174+214=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #92AED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AED6 is #6D5129. Grayscale: #A9A9A9. Windows color (decimal): -7164202 or 14069394. OLE color: 14069394.
HSL color Cylindrical-coordinate representation of color #92AED6: hue angle of 215.29º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92AED6 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 174 | 214 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.16 |
| HSL | 215.29º | 0.45% | 0.71% | - |
| HSV(B) | 215.29º | 0.32% | 0.84% | - |
| XYZ | 39.13 | 41.24 | 69.52 | - |
| YUV | 170.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 174 | 214 | 0.32 | 0.19 | 0 | 0.16 | 215.29 | 0.45 | 0.71 |
| Hex | 92 | AE | D6 | 20 | 13 | 0 | 10 | D7 | 2D | 47 |
| Octal | 222 | 256 | 326 | 40 | 23 | 0 | 20 | 327 | 55 | 107 |
| Binary | 10010010 | 10101110 | 11010110 | 100000 | 10011 | 0 | 10000 | 11010111 | 101101 | 1000111 |
Color Harmonies of #92AED6
Complementary color
Monochromatic Colors of #92AED6
Black with #92AED6
Text Example
Text Example
White with #92AED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AED6; }
p { color: rgb(146,174,214); }
H1.HeaderClassName
{
color: #92AED6;
}
.AnyTagClassName
{
color: #92AED6;
}
</style>
background-color css
<style>
a { background-color: #92AED6; }
a { background-color: rgb(146,174,214); }
div.DivClassName
{
background-color: #92AED6;
}
.BgClassName
{
background-color: #92AED6;
}
</style>
border-color css
<style>
span { border-color: #92AED6; }
span { border-color: rgb(146,174,214); }
td.TdClassName
{
border-color: #92AED6;
}
.TagClassName
{
border-color: #92AED6;
}
</style>