Shades of Polo Blue #92ADD1
Tints of Polo Blue #92ADD1
RGB
CMYK
RGB Variations
Color information
#92ADD1 (or 0x92ADD1) is known color: Polo Blue. HEX triplet: 92, AD and D1. RGB value is (146,173,209). Sum of RGB (Red+Green+Blue) = 146+173+209=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #92ADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADD1 is #6D522E. Grayscale: #A8A8A8. Windows color (decimal): -7164463 or 13741458. OLE color: 13741458.
HSL color Cylindrical-coordinate representation of color #92ADD1: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92ADD1 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 173 | 209 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.18 |
| HSL | 214.29º | 0.41% | 0.7% | - |
| HSV(B) | 214.29º | 0.3% | 0.82% | - |
| XYZ | 38.31 | 40.6 | 66.14 | - |
| YUV | 169.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 209 | 0.30 | 0.17 | 0 | 0.18 | 214.29 | 0.41 | 0.7 |
| Hex | 92 | AD | D1 | 1E | 11 | 0 | 12 | D6 | 29 | 46 |
| Octal | 222 | 255 | 321 | 36 | 21 | 0 | 22 | 326 | 51 | 106 |
| Binary | 10010010 | 10101101 | 11010001 | 11110 | 10001 | 0 | 10010 | 11010110 | 101001 | 1000110 |
Color Harmonies of #92ADD1
Complementary color
Monochromatic Colors of #92ADD1
Black with #92ADD1
Text Example
Text Example
White with #92ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADD1; }
p { color: rgb(146,173,209); }
H1.HeaderClassName
{
color: #92ADD1;
}
.AnyTagClassName
{
color: #92ADD1;
}
</style>
background-color css
<style>
a { background-color: #92ADD1; }
a { background-color: rgb(146,173,209); }
div.DivClassName
{
background-color: #92ADD1;
}
.BgClassName
{
background-color: #92ADD1;
}
</style>
border-color css
<style>
span { border-color: #92ADD1; }
span { border-color: rgb(146,173,209); }
td.TdClassName
{
border-color: #92ADD1;
}
.TagClassName
{
border-color: #92ADD1;
}
</style>