Shades of Polo Blue #92ADE1
Tints of Polo Blue #92ADE1
RGB
CMYK
RGB Variations
Color information
#92ADE1 (or 0x92ADE1) is known color: Polo Blue. HEX triplet: 92, AD and E1. RGB value is (146,173,225). Sum of RGB (Red+Green+Blue) = 146+173+225=544 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.84% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #92ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADE1 is #6D521E. Grayscale: #AAAAAA. Windows color (decimal): -7164447 or 14790034. OLE color: 14790034.
HSL color Cylindrical-coordinate representation of color #92ADE1: hue angle of 219.49º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92ADE1 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 173 | 225 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.12 |
| HSL | 219.49º | 0.57% | 0.73% | - |
| HSV(B) | 219.49º | 0.35% | 0.88% | - |
| XYZ | 40.39 | 41.43 | 77.1 | - |
| YUV | 170.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 225 | 0.35 | 0.23 | 0 | 0.12 | 219.49 | 0.57 | 0.73 |
| Hex | 92 | AD | E1 | 23 | 17 | 0 | C | DB | 39 | 49 |
| Octal | 222 | 255 | 341 | 43 | 27 | 0 | 14 | 333 | 71 | 111 |
| Binary | 10010010 | 10101101 | 11100001 | 100011 | 10111 | 0 | 1100 | 11011011 | 111001 | 1001001 |
Color Harmonies of #92ADE1
Complementary color
Monochromatic Colors of #92ADE1
Black with #92ADE1
Text Example
Text Example
White with #92ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADE1; }
p { color: rgb(146,173,225); }
H1.HeaderClassName
{
color: #92ADE1;
}
.AnyTagClassName
{
color: #92ADE1;
}
</style>
background-color css
<style>
a { background-color: #92ADE1; }
a { background-color: rgb(146,173,225); }
div.DivClassName
{
background-color: #92ADE1;
}
.BgClassName
{
background-color: #92ADE1;
}
</style>
border-color css
<style>
span { border-color: #92ADE1; }
span { border-color: rgb(146,173,225); }
td.TdClassName
{
border-color: #92ADE1;
}
.TagClassName
{
border-color: #92ADE1;
}
</style>