Shades of Polo Blue #92ADD7
Tints of Polo Blue #92ADD7
RGB
CMYK
RGB Variations
Color information
#92ADD7 (or 0x92ADD7) is known color: Polo Blue. HEX triplet: 92, AD and D7. RGB value is (146,173,215). Sum of RGB (Red+Green+Blue) = 146+173+215=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #92ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADD7 is #6D5228. Grayscale: #A9A9A9. Windows color (decimal): -7164457 or 14134674. OLE color: 14134674.
HSL color Cylindrical-coordinate representation of color #92ADD7: hue angle of 216.52º 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 #92ADD7 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 173 | 215 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.16 |
| HSL | 216.52º | 0.46% | 0.71% | - |
| HSV(B) | 216.52º | 0.32% | 0.84% | - |
| XYZ | 39.06 | 40.9 | 70.13 | - |
| YUV | 169.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 215 | 0.32 | 0.20 | 0 | 0.16 | 216.52 | 0.46 | 0.71 |
| Hex | 92 | AD | D7 | 20 | 14 | 0 | 10 | D9 | 2E | 47 |
| Octal | 222 | 255 | 327 | 40 | 24 | 0 | 20 | 331 | 56 | 107 |
| Binary | 10010010 | 10101101 | 11010111 | 100000 | 10100 | 0 | 10000 | 11011001 | 101110 | 1000111 |
Color Harmonies of #92ADD7
Complementary color
Monochromatic Colors of #92ADD7
Black with #92ADD7
Text Example
Text Example
White with #92ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADD7; }
p { color: rgb(146,173,215); }
H1.HeaderClassName
{
color: #92ADD7;
}
.AnyTagClassName
{
color: #92ADD7;
}
</style>
background-color css
<style>
a { background-color: #92ADD7; }
a { background-color: rgb(146,173,215); }
div.DivClassName
{
background-color: #92ADD7;
}
.BgClassName
{
background-color: #92ADD7;
}
</style>
border-color css
<style>
span { border-color: #92ADD7; }
span { border-color: rgb(146,173,215); }
td.TdClassName
{
border-color: #92ADD7;
}
.TagClassName
{
border-color: #92ADD7;
}
</style>