Shades of Polo Blue #92AEDC
Tints of Polo Blue #92AEDC
RGB
CMYK
RGB Variations
Color information
#92AEDC (or 0x92AEDC) is known color: Polo Blue. HEX triplet: 92, AE and DC. RGB value is (146,174,220). Sum of RGB (Red+Green+Blue) = 146+174+220=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #92AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEDC is #6D5123. Grayscale: #AAAAAA. Windows color (decimal): -7164196 or 14462610. OLE color: 14462610.
HSL color Cylindrical-coordinate representation of color #92AEDC: hue angle of 217.3º 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 #92AEDC is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 174 | 220 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.14 |
| HSL | 217.3º | 0.51% | 0.72% | - |
| HSV(B) | 217.3º | 0.34% | 0.86% | - |
| XYZ | 39.91 | 41.55 | 73.63 | - |
| YUV | 170.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 174 | 220 | 0.34 | 0.21 | 0 | 0.14 | 217.3 | 0.51 | 0.72 |
| Hex | 92 | AE | DC | 22 | 15 | 0 | E | D9 | 33 | 48 |
| Octal | 222 | 256 | 334 | 42 | 25 | 0 | 16 | 331 | 63 | 110 |
| Binary | 10010010 | 10101110 | 11011100 | 100010 | 10101 | 0 | 1110 | 11011001 | 110011 | 1001000 |
Color Harmonies of #92AEDC
Complementary color
Monochromatic Colors of #92AEDC
Black with #92AEDC
Text Example
Text Example
White with #92AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AEDC; }
p { color: rgb(146,174,220); }
H1.HeaderClassName
{
color: #92AEDC;
}
.AnyTagClassName
{
color: #92AEDC;
}
</style>
background-color css
<style>
a { background-color: #92AEDC; }
a { background-color: rgb(146,174,220); }
div.DivClassName
{
background-color: #92AEDC;
}
.BgClassName
{
background-color: #92AEDC;
}
</style>
border-color css
<style>
span { border-color: #92AEDC; }
span { border-color: rgb(146,174,220); }
td.TdClassName
{
border-color: #92AEDC;
}
.TagClassName
{
border-color: #92AEDC;
}
</style>