Shades of Polo Blue #92ABD8
Tints of Polo Blue #92ABD8
RGB
CMYK
RGB Variations
Color information
#92ABD8 (or 0x92ABD8) is known color: Polo Blue. HEX triplet: 92, AB and D8. RGB value is (146,171,216). Sum of RGB (Red+Green+Blue) = 146+171+216=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #92ABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABD8 is #6D5427. Grayscale: #A8A8A8. Windows color (decimal): -7164968 or 14199698. OLE color: 14199698.
HSL color Cylindrical-coordinate representation of color #92ABD8: hue angle of 218.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92ABD8 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 171 | 216 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.15 |
| HSL | 218.57º | 0.47% | 0.71% | - |
| HSV(B) | 218.57º | 0.32% | 0.85% | - |
| XYZ | 38.81 | 40.19 | 70.68 | - |
| YUV | 168.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 216 | 0.32 | 0.21 | 0 | 0.15 | 218.57 | 0.47 | 0.71 |
| Hex | 92 | AB | D8 | 20 | 15 | 0 | F | DB | 2F | 47 |
| Octal | 222 | 253 | 330 | 40 | 25 | 0 | 17 | 333 | 57 | 107 |
| Binary | 10010010 | 10101011 | 11011000 | 100000 | 10101 | 0 | 1111 | 11011011 | 101111 | 1000111 |
Color Harmonies of #92ABD8
Complementary color
Monochromatic Colors of #92ABD8
Black with #92ABD8
Text Example
Text Example
White with #92ABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABD8; }
p { color: rgb(146,171,216); }
H1.HeaderClassName
{
color: #92ABD8;
}
.AnyTagClassName
{
color: #92ABD8;
}
</style>
background-color css
<style>
a { background-color: #92ABD8; }
a { background-color: rgb(146,171,216); }
div.DivClassName
{
background-color: #92ABD8;
}
.BgClassName
{
background-color: #92ABD8;
}
</style>
border-color css
<style>
span { border-color: #92ABD8; }
span { border-color: rgb(146,171,216); }
td.TdClassName
{
border-color: #92ABD8;
}
.TagClassName
{
border-color: #92ABD8;
}
</style>