Shades of Polo Blue #92AED7
Tints of Polo Blue #92AED7
RGB
CMYK
RGB Variations
Color information
#92AED7 (or 0x92AED7) is known color: Polo Blue. HEX triplet: 92, AE and D7. RGB value is (146,174,215). Sum of RGB (Red+Green+Blue) = 146+174+215=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #92AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AED7 is #6D5128. Grayscale: #AAAAAA. Windows color (decimal): -7164201 or 14134930. OLE color: 14134930.
HSL color Cylindrical-coordinate representation of color #92AED7: hue angle of 215.65º degrees, saturation: 0.46, 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 #92AED7 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 174 | 215 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.16 |
| HSL | 215.65º | 0.46% | 0.71% | - |
| HSV(B) | 215.65º | 0.32% | 0.84% | - |
| XYZ | 39.26 | 41.29 | 70.19 | - |
| YUV | 170.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 174 | 215 | 0.32 | 0.19 | 0 | 0.16 | 215.65 | 0.46 | 0.71 |
| Hex | 92 | AE | D7 | 20 | 13 | 0 | 10 | D8 | 2E | 47 |
| Octal | 222 | 256 | 327 | 40 | 23 | 0 | 20 | 330 | 56 | 107 |
| Binary | 10010010 | 10101110 | 11010111 | 100000 | 10011 | 0 | 10000 | 11011000 | 101110 | 1000111 |
Color Harmonies of #92AED7
Complementary color
Monochromatic Colors of #92AED7
Black with #92AED7
Text Example
Text Example
White with #92AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AED7; }
p { color: rgb(146,174,215); }
H1.HeaderClassName
{
color: #92AED7;
}
.AnyTagClassName
{
color: #92AED7;
}
</style>
background-color css
<style>
a { background-color: #92AED7; }
a { background-color: rgb(146,174,215); }
div.DivClassName
{
background-color: #92AED7;
}
.BgClassName
{
background-color: #92AED7;
}
</style>
border-color css
<style>
span { border-color: #92AED7; }
span { border-color: rgb(146,174,215); }
td.TdClassName
{
border-color: #92AED7;
}
.TagClassName
{
border-color: #92AED7;
}
</style>