Shades of Polo Blue #91ACD1
Tints of Polo Blue #91ACD1
RGB
CMYK
RGB Variations
Color information
#91ACD1 (or 0x91ACD1) is known color: Polo Blue. HEX triplet: 91, AC and D1. RGB value is (145,172,209). Sum of RGB (Red+Green+Blue) = 145+172+209=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #91ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACD1 is #6E532E. Grayscale: #A7A7A7. Windows color (decimal): -7230255 or 13741201. OLE color: 13741201.
HSL color Cylindrical-coordinate representation of color #91ACD1: hue angle of 214.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91ACD1 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 172 | 209 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.18 |
| HSL | 214.69º | 0.41% | 0.69% | - |
| HSV(B) | 214.69º | 0.31% | 0.82% | - |
| XYZ | 37.94 | 40.13 | 66.07 | - |
| YUV | 168.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 209 | 0.31 | 0.18 | 0 | 0.18 | 214.69 | 0.41 | 0.69 |
| Hex | 91 | AC | D1 | 1F | 12 | 0 | 12 | D7 | 29 | 45 |
| Octal | 221 | 254 | 321 | 37 | 22 | 0 | 22 | 327 | 51 | 105 |
| Binary | 10010001 | 10101100 | 11010001 | 11111 | 10010 | 0 | 10010 | 11010111 | 101001 | 1000101 |
Color Harmonies of #91ACD1
Complementary color
Monochromatic Colors of #91ACD1
Black with #91ACD1
Text Example
Text Example
White with #91ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACD1; }
p { color: rgb(145,172,209); }
H1.HeaderClassName
{
color: #91ACD1;
}
.AnyTagClassName
{
color: #91ACD1;
}
</style>
background-color css
<style>
a { background-color: #91ACD1; }
a { background-color: rgb(145,172,209); }
div.DivClassName
{
background-color: #91ACD1;
}
.BgClassName
{
background-color: #91ACD1;
}
</style>
border-color css
<style>
span { border-color: #91ACD1; }
span { border-color: rgb(145,172,209); }
td.TdClassName
{
border-color: #91ACD1;
}
.TagClassName
{
border-color: #91ACD1;
}
</style>