Shades of Polo Blue #91B4DF
Tints of Polo Blue #91B4DF
RGB
CMYK
RGB Variations
Color information
#91B4DF (or 0x91B4DF) is known color: Polo Blue. HEX triplet: 91, B4 and DF. RGB value is (145,180,223). Sum of RGB (Red+Green+Blue) = 145+180+223=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #91B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B4DF is #6E4B20. Grayscale: #AEAEAE. Windows color (decimal): -7228193 or 14660753. OLE color: 14660753.
HSL color Cylindrical-coordinate representation of color #91B4DF: hue angle of 213.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91B4DF is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 180 | 223 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.13 |
| HSL | 213.08º | 0.55% | 0.72% | - |
| HSV(B) | 213.08º | 0.35% | 0.87% | - |
| XYZ | 41.32 | 43.99 | 76.13 | - |
| YUV | 174.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 223 | 0.35 | 0.19 | 0 | 0.13 | 213.08 | 0.55 | 0.72 |
| Hex | 91 | B4 | DF | 23 | 13 | 0 | D | D5 | 37 | 48 |
| Octal | 221 | 264 | 337 | 43 | 23 | 0 | 15 | 325 | 67 | 110 |
| Binary | 10010001 | 10110100 | 11011111 | 100011 | 10011 | 0 | 1101 | 11010101 | 110111 | 1001000 |
Color Harmonies of #91B4DF
Complementary color
Monochromatic Colors of #91B4DF
Black with #91B4DF
Text Example
Text Example
White with #91B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B4DF; }
p { color: rgb(145,180,223); }
H1.HeaderClassName
{
color: #91B4DF;
}
.AnyTagClassName
{
color: #91B4DF;
}
</style>
background-color css
<style>
a { background-color: #91B4DF; }
a { background-color: rgb(145,180,223); }
div.DivClassName
{
background-color: #91B4DF;
}
.BgClassName
{
background-color: #91B4DF;
}
</style>
border-color css
<style>
span { border-color: #91B4DF; }
span { border-color: rgb(145,180,223); }
td.TdClassName
{
border-color: #91B4DF;
}
.TagClassName
{
border-color: #91B4DF;
}
</style>