Shades of Polo Blue #92AED5
Tints of Polo Blue #92AED5
RGB
CMYK
RGB Variations
Color information
#92AED5 (or 0x92AED5) is known color: Polo Blue. HEX triplet: 92, AE and D5. RGB value is (146,174,213). Sum of RGB (Red+Green+Blue) = 146+174+213=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #92AED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AED5 is #6D512A. Grayscale: #A9A9A9. Windows color (decimal): -7164203 or 14003858. OLE color: 14003858.
HSL color Cylindrical-coordinate representation of color #92AED5: hue angle of 214.93º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92AED5 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 174 | 213 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.16 |
| HSL | 214.93º | 0.44% | 0.7% | - |
| HSV(B) | 214.93º | 0.31% | 0.84% | - |
| XYZ | 39 | 41.19 | 68.85 | - |
| YUV | 170.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 174 | 213 | 0.31 | 0.18 | 0 | 0.16 | 214.93 | 0.44 | 0.7 |
| Hex | 92 | AE | D5 | 1F | 12 | 0 | 10 | D7 | 2C | 46 |
| Octal | 222 | 256 | 325 | 37 | 22 | 0 | 20 | 327 | 54 | 106 |
| Binary | 10010010 | 10101110 | 11010101 | 11111 | 10010 | 0 | 10000 | 11010111 | 101100 | 1000110 |
Color Harmonies of #92AED5
Complementary color
Monochromatic Colors of #92AED5
Black with #92AED5
Text Example
Text Example
White with #92AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AED5; }
p { color: rgb(146,174,213); }
H1.HeaderClassName
{
color: #92AED5;
}
.AnyTagClassName
{
color: #92AED5;
}
</style>
background-color css
<style>
a { background-color: #92AED5; }
a { background-color: rgb(146,174,213); }
div.DivClassName
{
background-color: #92AED5;
}
.BgClassName
{
background-color: #92AED5;
}
</style>
border-color css
<style>
span { border-color: #92AED5; }
span { border-color: rgb(146,174,213); }
td.TdClassName
{
border-color: #92AED5;
}
.TagClassName
{
border-color: #92AED5;
}
</style>