Shades of Polo Blue #92ACD0
Tints of Polo Blue #92ACD0
RGB
CMYK
RGB Variations
Color information
#92ACD0 (or 0x92ACD0) is known color: Polo Blue. HEX triplet: 92, AC and D0. RGB value is (146,172,208). Sum of RGB (Red+Green+Blue) = 146+172+208=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #92ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACD0 is #6D532F. Grayscale: #A8A8A8. Windows color (decimal): -7164720 or 13675666. OLE color: 13675666.
HSL color Cylindrical-coordinate representation of color #92ACD0: hue angle of 214.84º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92ACD0 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 172 | 208 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.18 |
| HSL | 214.84º | 0.4% | 0.69% | - |
| HSV(B) | 214.84º | 0.3% | 0.82% | - |
| XYZ | 37.99 | 40.17 | 65.43 | - |
| YUV | 168.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 208 | 0.30 | 0.17 | 0 | 0.18 | 214.84 | 0.4 | 0.69 |
| Hex | 92 | AC | D0 | 1E | 11 | 0 | 12 | D7 | 28 | 45 |
| Octal | 222 | 254 | 320 | 36 | 21 | 0 | 22 | 327 | 50 | 105 |
| Binary | 10010010 | 10101100 | 11010000 | 11110 | 10001 | 0 | 10010 | 11010111 | 101000 | 1000101 |
Color Harmonies of #92ACD0
Complementary color
Monochromatic Colors of #92ACD0
Black with #92ACD0
Text Example
Text Example
White with #92ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACD0; }
p { color: rgb(146,172,208); }
H1.HeaderClassName
{
color: #92ACD0;
}
.AnyTagClassName
{
color: #92ACD0;
}
</style>
background-color css
<style>
a { background-color: #92ACD0; }
a { background-color: rgb(146,172,208); }
div.DivClassName
{
background-color: #92ACD0;
}
.BgClassName
{
background-color: #92ACD0;
}
</style>
border-color css
<style>
span { border-color: #92ACD0; }
span { border-color: rgb(146,172,208); }
td.TdClassName
{
border-color: #92ACD0;
}
.TagClassName
{
border-color: #92ACD0;
}
</style>