Shades of Polo Blue #91ADD2
Tints of Polo Blue #91ADD2
RGB
CMYK
RGB Variations
Color information
#91ADD2 (or 0x91ADD2) is known color: Polo Blue. HEX triplet: 91, AD and D2. RGB value is (145,173,210). Sum of RGB (Red+Green+Blue) = 145+173+210=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #91ADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADD2 is #6E522D. Grayscale: #A8A8A8. Windows color (decimal): -7229998 or 13806993. OLE color: 13806993.
HSL color Cylindrical-coordinate representation of color #91ADD2: hue angle of 214.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91ADD2 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 173 | 210 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.18 |
| HSL | 214.15º | 0.42% | 0.7% | - |
| HSV(B) | 214.15º | 0.31% | 0.82% | - |
| XYZ | 38.25 | 40.56 | 66.79 | - |
| YUV | 168.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 210 | 0.31 | 0.18 | 0 | 0.18 | 214.15 | 0.42 | 0.7 |
| Hex | 91 | AD | D2 | 1F | 12 | 0 | 12 | D6 | 2A | 46 |
| Octal | 221 | 255 | 322 | 37 | 22 | 0 | 22 | 326 | 52 | 106 |
| Binary | 10010001 | 10101101 | 11010010 | 11111 | 10010 | 0 | 10010 | 11010110 | 101010 | 1000110 |
Color Harmonies of #91ADD2
Complementary color
Monochromatic Colors of #91ADD2
Black with #91ADD2
Text Example
Text Example
White with #91ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADD2; }
p { color: rgb(145,173,210); }
H1.HeaderClassName
{
color: #91ADD2;
}
.AnyTagClassName
{
color: #91ADD2;
}
</style>
background-color css
<style>
a { background-color: #91ADD2; }
a { background-color: rgb(145,173,210); }
div.DivClassName
{
background-color: #91ADD2;
}
.BgClassName
{
background-color: #91ADD2;
}
</style>
border-color css
<style>
span { border-color: #91ADD2; }
span { border-color: rgb(145,173,210); }
td.TdClassName
{
border-color: #91ADD2;
}
.TagClassName
{
border-color: #91ADD2;
}
</style>