Shades of Polo Blue #92ABDC
Tints of Polo Blue #92ABDC
RGB
CMYK
RGB Variations
Color information
#92ABDC (or 0x92ABDC) is known color: Polo Blue. HEX triplet: 92, AB and DC. RGB value is (146,171,220). Sum of RGB (Red+Green+Blue) = 146+171+220=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #92ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABDC is #6D5423. Grayscale: #A8A8A8. Windows color (decimal): -7164964 or 14461842. OLE color: 14461842.
HSL color Cylindrical-coordinate representation of color #92ABDC: hue angle of 219.73º 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 #92ABDC is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 171 | 220 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.14 |
| HSL | 219.73º | 0.51% | 0.72% | - |
| HSV(B) | 219.73º | 0.34% | 0.86% | - |
| XYZ | 39.34 | 40.4 | 73.44 | - |
| YUV | 169.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 220 | 0.34 | 0.22 | 0 | 0.14 | 219.73 | 0.51 | 0.72 |
| Hex | 92 | AB | DC | 22 | 16 | 0 | E | DC | 33 | 48 |
| Octal | 222 | 253 | 334 | 42 | 26 | 0 | 16 | 334 | 63 | 110 |
| Binary | 10010010 | 10101011 | 11011100 | 100010 | 10110 | 0 | 1110 | 11011100 | 110011 | 1001000 |
Color Harmonies of #92ABDC
Complementary color
Monochromatic Colors of #92ABDC
Black with #92ABDC
Text Example
Text Example
White with #92ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABDC; }
p { color: rgb(146,171,220); }
H1.HeaderClassName
{
color: #92ABDC;
}
.AnyTagClassName
{
color: #92ABDC;
}
</style>
background-color css
<style>
a { background-color: #92ABDC; }
a { background-color: rgb(146,171,220); }
div.DivClassName
{
background-color: #92ABDC;
}
.BgClassName
{
background-color: #92ABDC;
}
</style>
border-color css
<style>
span { border-color: #92ABDC; }
span { border-color: rgb(146,171,220); }
td.TdClassName
{
border-color: #92ABDC;
}
.TagClassName
{
border-color: #92ABDC;
}
</style>