Shades of Polo Blue #91B3DF
Tints of Polo Blue #91B3DF
RGB
CMYK
RGB Variations
Color information
#91B3DF (or 0x91B3DF) is known color: Polo Blue. HEX triplet: 91, B3 and DF. RGB value is (145,179,223). Sum of RGB (Red+Green+Blue) = 145+179+223=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #91B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B3DF is #6E4C20. Grayscale: #ADADAD. Windows color (decimal): -7228449 or 14660497. OLE color: 14660497.
HSL color Cylindrical-coordinate representation of color #91B3DF: hue angle of 213.85º 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 #91B3DF is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 179 | 223 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.13 |
| HSL | 213.85º | 0.55% | 0.72% | - |
| HSV(B) | 213.85º | 0.35% | 0.87% | - |
| XYZ | 41.12 | 43.59 | 76.06 | - |
| YUV | 173.85 | 155.74 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 223 | 0.35 | 0.20 | 0 | 0.13 | 213.85 | 0.55 | 0.72 |
| Hex | 91 | B3 | DF | 23 | 14 | 0 | D | D6 | 37 | 48 |
| Octal | 221 | 263 | 337 | 43 | 24 | 0 | 15 | 326 | 67 | 110 |
| Binary | 10010001 | 10110011 | 11011111 | 100011 | 10100 | 0 | 1101 | 11010110 | 110111 | 1001000 |
Color Harmonies of #91B3DF
Complementary color
Monochromatic Colors of #91B3DF
Black with #91B3DF
Text Example
Text Example
White with #91B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B3DF; }
p { color: rgb(145,179,223); }
H1.HeaderClassName
{
color: #91B3DF;
}
.AnyTagClassName
{
color: #91B3DF;
}
</style>
background-color css
<style>
a { background-color: #91B3DF; }
a { background-color: rgb(145,179,223); }
div.DivClassName
{
background-color: #91B3DF;
}
.BgClassName
{
background-color: #91B3DF;
}
</style>
border-color css
<style>
span { border-color: #91B3DF; }
span { border-color: rgb(145,179,223); }
td.TdClassName
{
border-color: #91B3DF;
}
.TagClassName
{
border-color: #91B3DF;
}
</style>