Shades of Polo Blue #91AEDB
Tints of Polo Blue #91AEDB
RGB
CMYK
RGB Variations
Color information
#91AEDB (or 0x91AEDB) is known color: Polo Blue. HEX triplet: 91, AE and DB. RGB value is (145,174,219). Sum of RGB (Red+Green+Blue) = 145+174+219=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #91AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AEDB is #6E5124. Grayscale: #AAAAAA. Windows color (decimal): -7229733 or 14397073. OLE color: 14397073.
HSL color Cylindrical-coordinate representation of color #91AEDB: hue angle of 216.49º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91AEDB is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 174 | 219 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.14 |
| HSL | 216.49º | 0.51% | 0.71% | - |
| HSV(B) | 216.49º | 0.34% | 0.86% | - |
| XYZ | 39.6 | 41.41 | 72.92 | - |
| YUV | 170.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 174 | 219 | 0.34 | 0.21 | 0 | 0.14 | 216.49 | 0.51 | 0.71 |
| Hex | 91 | AE | DB | 22 | 15 | 0 | E | D8 | 33 | 47 |
| Octal | 221 | 256 | 333 | 42 | 25 | 0 | 16 | 330 | 63 | 107 |
| Binary | 10010001 | 10101110 | 11011011 | 100010 | 10101 | 0 | 1110 | 11011000 | 110011 | 1000111 |
Color Harmonies of #91AEDB
Complementary color
Monochromatic Colors of #91AEDB
Black with #91AEDB
Text Example
Text Example
White with #91AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AEDB; }
p { color: rgb(145,174,219); }
H1.HeaderClassName
{
color: #91AEDB;
}
.AnyTagClassName
{
color: #91AEDB;
}
</style>
background-color css
<style>
a { background-color: #91AEDB; }
a { background-color: rgb(145,174,219); }
div.DivClassName
{
background-color: #91AEDB;
}
.BgClassName
{
background-color: #91AEDB;
}
</style>
border-color css
<style>
span { border-color: #91AEDB; }
span { border-color: rgb(145,174,219); }
td.TdClassName
{
border-color: #91AEDB;
}
.TagClassName
{
border-color: #91AEDB;
}
</style>