Shades of Polo Blue #91ADD3
Tints of Polo Blue #91ADD3
RGB
CMYK
RGB Variations
Color information
#91ADD3 (or 0x91ADD3) is known color: Polo Blue. HEX triplet: 91, AD and D3. RGB value is (145,173,211). Sum of RGB (Red+Green+Blue) = 145+173+211=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #91ADD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADD3 is #6E522C. Grayscale: #A8A8A8. Windows color (decimal): -7229997 or 13872529. OLE color: 13872529.
HSL color Cylindrical-coordinate representation of color #91ADD3: hue angle of 214.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91ADD3 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 173 | 211 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.17 |
| HSL | 214.55º | 0.43% | 0.7% | - |
| HSV(B) | 214.55º | 0.31% | 0.83% | - |
| XYZ | 38.38 | 40.61 | 67.44 | - |
| YUV | 168.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 211 | 0.31 | 0.18 | 0 | 0.17 | 214.55 | 0.43 | 0.7 |
| Hex | 91 | AD | D3 | 1F | 12 | 0 | 11 | D7 | 2B | 46 |
| Octal | 221 | 255 | 323 | 37 | 22 | 0 | 21 | 327 | 53 | 106 |
| Binary | 10010001 | 10101101 | 11010011 | 11111 | 10010 | 0 | 10001 | 11010111 | 101011 | 1000110 |
Color Harmonies of #91ADD3
Complementary color
Monochromatic Colors of #91ADD3
Black with #91ADD3
Text Example
Text Example
White with #91ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADD3; }
p { color: rgb(145,173,211); }
H1.HeaderClassName
{
color: #91ADD3;
}
.AnyTagClassName
{
color: #91ADD3;
}
</style>
background-color css
<style>
a { background-color: #91ADD3; }
a { background-color: rgb(145,173,211); }
div.DivClassName
{
background-color: #91ADD3;
}
.BgClassName
{
background-color: #91ADD3;
}
</style>
border-color css
<style>
span { border-color: #91ADD3; }
span { border-color: rgb(145,173,211); }
td.TdClassName
{
border-color: #91ADD3;
}
.TagClassName
{
border-color: #91ADD3;
}
</style>