Shades of Polo Blue #92ADE0
Tints of Polo Blue #92ADE0
RGB
CMYK
RGB Variations
Color information
#92ADE0 (or 0x92ADE0) is known color: Polo Blue. HEX triplet: 92, AD and E0. RGB value is (146,173,224). Sum of RGB (Red+Green+Blue) = 146+173+224=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #92ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADE0 is #6D521F. Grayscale: #AAAAAA. Windows color (decimal): -7164448 or 14724498. OLE color: 14724498.
HSL color Cylindrical-coordinate representation of color #92ADE0: hue angle of 219.23º degrees, saturation: 0.56, 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 #92ADE0 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 173 | 224 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.12 |
| HSL | 219.23º | 0.56% | 0.73% | - |
| HSV(B) | 219.23º | 0.35% | 0.88% | - |
| XYZ | 40.25 | 41.38 | 76.39 | - |
| YUV | 170.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 224 | 0.35 | 0.23 | 0 | 0.12 | 219.23 | 0.56 | 0.73 |
| Hex | 92 | AD | E0 | 23 | 17 | 0 | C | DB | 38 | 49 |
| Octal | 222 | 255 | 340 | 43 | 27 | 0 | 14 | 333 | 70 | 111 |
| Binary | 10010010 | 10101101 | 11100000 | 100011 | 10111 | 0 | 1100 | 11011011 | 111000 | 1001001 |
Color Harmonies of #92ADE0
Complementary color
Monochromatic Colors of #92ADE0
Black with #92ADE0
Text Example
Text Example
White with #92ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADE0; }
p { color: rgb(146,173,224); }
H1.HeaderClassName
{
color: #92ADE0;
}
.AnyTagClassName
{
color: #92ADE0;
}
</style>
background-color css
<style>
a { background-color: #92ADE0; }
a { background-color: rgb(146,173,224); }
div.DivClassName
{
background-color: #92ADE0;
}
.BgClassName
{
background-color: #92ADE0;
}
</style>
border-color css
<style>
span { border-color: #92ADE0; }
span { border-color: rgb(146,173,224); }
td.TdClassName
{
border-color: #92ADE0;
}
.TagClassName
{
border-color: #92ADE0;
}
</style>