Shades of Polo Blue #91AAC3
Tints of Polo Blue #91AAC3
RGB
CMYK
RGB Variations
Color information
#91AAC3 (or 0x91AAC3) is known color: Polo Blue. HEX triplet: 91, AA and C3. RGB value is (145,170,195). Sum of RGB (Red+Green+Blue) = 145+170+195=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #91AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AAC3 is #6E553C. Grayscale: #A5A5A5. Windows color (decimal): -7230781 or 12823185. OLE color: 12823185.
HSL color Cylindrical-coordinate representation of color #91AAC3: hue angle of 210º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91AAC3 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 170 | 195 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.24 |
| HSL | 210º | 0.29% | 0.67% | - |
| HSV(B) | 210º | 0.26% | 0.76% | - |
| XYZ | 35.9 | 38.71 | 57.21 | - |
| YUV | 165.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 195 | 0.26 | 0.13 | 0 | 0.24 | 210 | 0.29 | 0.67 |
| Hex | 91 | AA | C3 | 1A | D | 0 | 18 | D2 | 1D | 43 |
| Octal | 221 | 252 | 303 | 32 | 15 | 0 | 30 | 322 | 35 | 103 |
| Binary | 10010001 | 10101010 | 11000011 | 11010 | 1101 | 0 | 11000 | 11010010 | 11101 | 1000011 |
Color Harmonies of #91AAC3
Complementary color
Monochromatic Colors of #91AAC3
Black with #91AAC3
Text Example
Text Example
White with #91AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AAC3; }
p { color: rgb(145,170,195); }
H1.HeaderClassName
{
color: #91AAC3;
}
.AnyTagClassName
{
color: #91AAC3;
}
</style>
background-color css
<style>
a { background-color: #91AAC3; }
a { background-color: rgb(145,170,195); }
div.DivClassName
{
background-color: #91AAC3;
}
.BgClassName
{
background-color: #91AAC3;
}
</style>
border-color css
<style>
span { border-color: #91AAC3; }
span { border-color: rgb(145,170,195); }
td.TdClassName
{
border-color: #91AAC3;
}
.TagClassName
{
border-color: #91AAC3;
}
</style>