Shades of Polo Blue #91BAD6
Tints of Polo Blue #91BAD6
RGB
CMYK
RGB Variations
Color information
#91BAD6 (or 0x91BAD6) is known color: Polo Blue. HEX triplet: 91, BA and D6. RGB value is (145,186,214). Sum of RGB (Red+Green+Blue) = 145+186+214=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #91BAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BAD6 is #6E4529. Grayscale: #B0B0B0. Windows color (decimal): -7226666 or 14072465. OLE color: 14072465.
HSL color Cylindrical-coordinate representation of color #91BAD6: hue angle of 204.35º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91BAD6 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 186 | 214 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.16 |
| HSL | 204.35º | 0.46% | 0.7% | - |
| HSV(B) | 204.35º | 0.32% | 0.84% | - |
| XYZ | 41.37 | 45.99 | 70.32 | - |
| YUV | 176.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 214 | 0.32 | 0.13 | 0 | 0.16 | 204.35 | 0.46 | 0.7 |
| Hex | 91 | BA | D6 | 20 | D | 0 | 10 | CC | 2E | 46 |
| Octal | 221 | 272 | 326 | 40 | 15 | 0 | 20 | 314 | 56 | 106 |
| Binary | 10010001 | 10111010 | 11010110 | 100000 | 1101 | 0 | 10000 | 11001100 | 101110 | 1000110 |
Color Harmonies of #91BAD6
Complementary color
Monochromatic Colors of #91BAD6
Black with #91BAD6
Text Example
Text Example
White with #91BAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BAD6; }
p { color: rgb(145,186,214); }
H1.HeaderClassName
{
color: #91BAD6;
}
.AnyTagClassName
{
color: #91BAD6;
}
</style>
background-color css
<style>
a { background-color: #91BAD6; }
a { background-color: rgb(145,186,214); }
div.DivClassName
{
background-color: #91BAD6;
}
.BgClassName
{
background-color: #91BAD6;
}
</style>
border-color css
<style>
span { border-color: #91BAD6; }
span { border-color: rgb(145,186,214); }
td.TdClassName
{
border-color: #91BAD6;
}
.TagClassName
{
border-color: #91BAD6;
}
</style>