Shades of Polo Blue #91B0D9
Tints of Polo Blue #91B0D9
RGB
CMYK
RGB Variations
Color information
#91B0D9 (or 0x91B0D9) is known color: Polo Blue. HEX triplet: 91, B0 and D9. RGB value is (145,176,217). Sum of RGB (Red+Green+Blue) = 145+176+217=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #91B0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0D9 is #6E4F26. Grayscale: #ABABAB. Windows color (decimal): -7229223 or 14266513. OLE color: 14266513.
HSL color Cylindrical-coordinate representation of color #91B0D9: hue angle of 214.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91B0D9 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 176 | 217 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.15 |
| HSL | 214.17º | 0.49% | 0.71% | - |
| HSV(B) | 214.17º | 0.33% | 0.85% | - |
| XYZ | 39.73 | 42.08 | 71.67 | - |
| YUV | 171.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 217 | 0.33 | 0.19 | 0 | 0.15 | 214.17 | 0.49 | 0.71 |
| Hex | 91 | B0 | D9 | 21 | 13 | 0 | F | D6 | 31 | 47 |
| Octal | 221 | 260 | 331 | 41 | 23 | 0 | 17 | 326 | 61 | 107 |
| Binary | 10010001 | 10110000 | 11011001 | 100001 | 10011 | 0 | 1111 | 11010110 | 110001 | 1000111 |
Color Harmonies of #91B0D9
Complementary color
Monochromatic Colors of #91B0D9
Black with #91B0D9
Text Example
Text Example
White with #91B0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B0D9; }
p { color: rgb(145,176,217); }
H1.HeaderClassName
{
color: #91B0D9;
}
.AnyTagClassName
{
color: #91B0D9;
}
</style>
background-color css
<style>
a { background-color: #91B0D9; }
a { background-color: rgb(145,176,217); }
div.DivClassName
{
background-color: #91B0D9;
}
.BgClassName
{
background-color: #91B0D9;
}
</style>
border-color css
<style>
span { border-color: #91B0D9; }
span { border-color: rgb(145,176,217); }
td.TdClassName
{
border-color: #91B0D9;
}
.TagClassName
{
border-color: #91B0D9;
}
</style>