Shades of Polo Blue #91AECC
Tints of Polo Blue #91AECC
RGB
CMYK
RGB Variations
Color information
#91AECC (or 0x91AECC) is known color: Polo Blue. HEX triplet: 91, AE and CC. RGB value is (145,174,204). Sum of RGB (Red+Green+Blue) = 145+174+204=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #91AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AECC is #6E5133. Grayscale: #A8A8A8. Windows color (decimal): -7229748 or 13414033. OLE color: 13414033.
HSL color Cylindrical-coordinate representation of color #91AECC: hue angle of 210.51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91AECC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 174 | 204 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.2 |
| HSL | 210.51º | 0.37% | 0.68% | - |
| HSV(B) | 210.51º | 0.29% | 0.8% | - |
| XYZ | 37.71 | 40.65 | 62.99 | - |
| YUV | 168.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 174 | 204 | 0.29 | 0.15 | 0 | 0.2 | 210.51 | 0.37 | 0.68 |
| Hex | 91 | AE | CC | 1D | F | 0 | 14 | D3 | 25 | 44 |
| Octal | 221 | 256 | 314 | 35 | 17 | 0 | 24 | 323 | 45 | 104 |
| Binary | 10010001 | 10101110 | 11001100 | 11101 | 1111 | 0 | 10100 | 11010011 | 100101 | 1000100 |
Color Harmonies of #91AECC
Complementary color
Monochromatic Colors of #91AECC
Black with #91AECC
Text Example
Text Example
White with #91AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AECC; }
p { color: rgb(145,174,204); }
H1.HeaderClassName
{
color: #91AECC;
}
.AnyTagClassName
{
color: #91AECC;
}
</style>
background-color css
<style>
a { background-color: #91AECC; }
a { background-color: rgb(145,174,204); }
div.DivClassName
{
background-color: #91AECC;
}
.BgClassName
{
background-color: #91AECC;
}
</style>
border-color css
<style>
span { border-color: #91AECC; }
span { border-color: rgb(145,174,204); }
td.TdClassName
{
border-color: #91AECC;
}
.TagClassName
{
border-color: #91AECC;
}
</style>