Shades of Polo Blue #91A8CE
Tints of Polo Blue #91A8CE
RGB
CMYK
RGB Variations
Color information
#91A8CE (or 0x91A8CE) is known color: Polo Blue. HEX triplet: 91, A8 and CE. RGB value is (145,168,206). Sum of RGB (Red+Green+Blue) = 145+168+206=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #91A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8CE is #6E5731. Grayscale: #A5A5A5. Windows color (decimal): -7231282 or 13543569. OLE color: 13543569.
HSL color Cylindrical-coordinate representation of color #91A8CE: hue angle of 217.38º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A8CE is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 168 | 206 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.19 |
| HSL | 217.38º | 0.38% | 0.69% | - |
| HSV(B) | 217.38º | 0.3% | 0.81% | - |
| XYZ | 36.82 | 38.48 | 63.88 | - |
| YUV | 165.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 206 | 0.30 | 0.18 | 0 | 0.19 | 217.38 | 0.38 | 0.69 |
| Hex | 91 | A8 | CE | 1E | 12 | 0 | 13 | D9 | 26 | 45 |
| Octal | 221 | 250 | 316 | 36 | 22 | 0 | 23 | 331 | 46 | 105 |
| Binary | 10010001 | 10101000 | 11001110 | 11110 | 10010 | 0 | 10011 | 11011001 | 100110 | 1000101 |
Color Harmonies of #91A8CE
Complementary color
Monochromatic Colors of #91A8CE
Black with #91A8CE
Text Example
Text Example
White with #91A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8CE; }
p { color: rgb(145,168,206); }
H1.HeaderClassName
{
color: #91A8CE;
}
.AnyTagClassName
{
color: #91A8CE;
}
</style>
background-color css
<style>
a { background-color: #91A8CE; }
a { background-color: rgb(145,168,206); }
div.DivClassName
{
background-color: #91A8CE;
}
.BgClassName
{
background-color: #91A8CE;
}
</style>
border-color css
<style>
span { border-color: #91A8CE; }
span { border-color: rgb(145,168,206); }
td.TdClassName
{
border-color: #91A8CE;
}
.TagClassName
{
border-color: #91A8CE;
}
</style>