Shades of Polo Blue #92ADDC
Tints of Polo Blue #92ADDC
RGB
CMYK
RGB Variations
Color information
#92ADDC (or 0x92ADDC) is known color: Polo Blue. HEX triplet: 92, AD and DC. RGB value is (146,173,220). Sum of RGB (Red+Green+Blue) = 146+173+220=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #92ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADDC is #6D5223. Grayscale: #AAAAAA. Windows color (decimal): -7164452 or 14462354. OLE color: 14462354.
HSL color Cylindrical-coordinate representation of color #92ADDC: hue angle of 218.11º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92ADDC is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 173 | 220 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.14 |
| HSL | 218.11º | 0.51% | 0.72% | - |
| HSV(B) | 218.11º | 0.34% | 0.86% | - |
| XYZ | 39.72 | 41.17 | 73.56 | - |
| YUV | 170.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 220 | 0.34 | 0.21 | 0 | 0.14 | 218.11 | 0.51 | 0.72 |
| Hex | 92 | AD | DC | 22 | 15 | 0 | E | DA | 33 | 48 |
| Octal | 222 | 255 | 334 | 42 | 25 | 0 | 16 | 332 | 63 | 110 |
| Binary | 10010010 | 10101101 | 11011100 | 100010 | 10101 | 0 | 1110 | 11011010 | 110011 | 1001000 |
Color Harmonies of #92ADDC
Complementary color
Monochromatic Colors of #92ADDC
Black with #92ADDC
Text Example
Text Example
White with #92ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADDC; }
p { color: rgb(146,173,220); }
H1.HeaderClassName
{
color: #92ADDC;
}
.AnyTagClassName
{
color: #92ADDC;
}
</style>
background-color css
<style>
a { background-color: #92ADDC; }
a { background-color: rgb(146,173,220); }
div.DivClassName
{
background-color: #92ADDC;
}
.BgClassName
{
background-color: #92ADDC;
}
</style>
border-color css
<style>
span { border-color: #92ADDC; }
span { border-color: rgb(146,173,220); }
td.TdClassName
{
border-color: #92ADDC;
}
.TagClassName
{
border-color: #92ADDC;
}
</style>