Shades of Polo Blue #91AFDD
Tints of Polo Blue #91AFDD
RGB
CMYK
RGB Variations
Color information
#91AFDD (or 0x91AFDD) is known color: Polo Blue. HEX triplet: 91, AF and DD. RGB value is (145,175,221). Sum of RGB (Red+Green+Blue) = 145+175+221=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #91AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFDD is #6E5022. Grayscale: #ABABAB. Windows color (decimal): -7229475 or 14528401. OLE color: 14528401.
HSL color Cylindrical-coordinate representation of color #91AFDD: hue angle of 216.32º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91AFDD is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 175 | 221 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.13 |
| HSL | 216.32º | 0.53% | 0.72% | - |
| HSV(B) | 216.32º | 0.34% | 0.87% | - |
| XYZ | 40.06 | 41.9 | 74.38 | - |
| YUV | 171.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 221 | 0.34 | 0.21 | 0 | 0.13 | 216.32 | 0.53 | 0.72 |
| Hex | 91 | AF | DD | 22 | 15 | 0 | D | D8 | 35 | 48 |
| Octal | 221 | 257 | 335 | 42 | 25 | 0 | 15 | 330 | 65 | 110 |
| Binary | 10010001 | 10101111 | 11011101 | 100010 | 10101 | 0 | 1101 | 11011000 | 110101 | 1001000 |
Color Harmonies of #91AFDD
Complementary color
Monochromatic Colors of #91AFDD
Black with #91AFDD
Text Example
Text Example
White with #91AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AFDD; }
p { color: rgb(145,175,221); }
H1.HeaderClassName
{
color: #91AFDD;
}
.AnyTagClassName
{
color: #91AFDD;
}
</style>
background-color css
<style>
a { background-color: #91AFDD; }
a { background-color: rgb(145,175,221); }
div.DivClassName
{
background-color: #91AFDD;
}
.BgClassName
{
background-color: #91AFDD;
}
</style>
border-color css
<style>
span { border-color: #91AFDD; }
span { border-color: rgb(145,175,221); }
td.TdClassName
{
border-color: #91AFDD;
}
.TagClassName
{
border-color: #91AFDD;
}
</style>