Shades of Polo Blue #92ABD5
Tints of Polo Blue #92ABD5
RGB
CMYK
RGB Variations
Color information
#92ABD5 (or 0x92ABD5) is known color: Polo Blue. HEX triplet: 92, AB and D5. RGB value is (146,171,213). Sum of RGB (Red+Green+Blue) = 146+171+213=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #92ABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABD5 is #6D542A. Grayscale: #A8A8A8. Windows color (decimal): -7164971 or 14003090. OLE color: 14003090.
HSL color Cylindrical-coordinate representation of color #92ABD5: hue angle of 217.61º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92ABD5 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 171 | 213 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.16 |
| HSL | 217.61º | 0.44% | 0.7% | - |
| HSV(B) | 217.61º | 0.31% | 0.84% | - |
| XYZ | 38.43 | 40.04 | 68.65 | - |
| YUV | 168.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 213 | 0.31 | 0.20 | 0 | 0.16 | 217.61 | 0.44 | 0.7 |
| Hex | 92 | AB | D5 | 1F | 14 | 0 | 10 | DA | 2C | 46 |
| Octal | 222 | 253 | 325 | 37 | 24 | 0 | 20 | 332 | 54 | 106 |
| Binary | 10010010 | 10101011 | 11010101 | 11111 | 10100 | 0 | 10000 | 11011010 | 101100 | 1000110 |
Color Harmonies of #92ABD5
Complementary color
Monochromatic Colors of #92ABD5
Black with #92ABD5
Text Example
Text Example
White with #92ABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABD5; }
p { color: rgb(146,171,213); }
H1.HeaderClassName
{
color: #92ABD5;
}
.AnyTagClassName
{
color: #92ABD5;
}
</style>
background-color css
<style>
a { background-color: #92ABD5; }
a { background-color: rgb(146,171,213); }
div.DivClassName
{
background-color: #92ABD5;
}
.BgClassName
{
background-color: #92ABD5;
}
</style>
border-color css
<style>
span { border-color: #92ABD5; }
span { border-color: rgb(146,171,213); }
td.TdClassName
{
border-color: #92ABD5;
}
.TagClassName
{
border-color: #92ABD5;
}
</style>