Shades of Polo Blue #91ADCC
Tints of Polo Blue #91ADCC
RGB
CMYK
RGB Variations
Color information
#91ADCC (or 0x91ADCC) is known color: Polo Blue. HEX triplet: 91, AD and CC. RGB value is (145,173,204). Sum of RGB (Red+Green+Blue) = 145+173+204=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #91ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADCC is #6E5233. Grayscale: #A8A8A8. Windows color (decimal): -7230004 or 13413777. OLE color: 13413777.
HSL color Cylindrical-coordinate representation of color #91ADCC: hue angle of 211.53º 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 #91ADCC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 173 | 204 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.2 |
| HSL | 211.53º | 0.37% | 0.68% | - |
| HSV(B) | 211.53º | 0.29% | 0.8% | - |
| XYZ | 37.52 | 40.27 | 62.92 | - |
| YUV | 168.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 204 | 0.29 | 0.15 | 0 | 0.2 | 211.53 | 0.37 | 0.68 |
| Hex | 91 | AD | CC | 1D | F | 0 | 14 | D4 | 25 | 44 |
| Octal | 221 | 255 | 314 | 35 | 17 | 0 | 24 | 324 | 45 | 104 |
| Binary | 10010001 | 10101101 | 11001100 | 11101 | 1111 | 0 | 10100 | 11010100 | 100101 | 1000100 |
Color Harmonies of #91ADCC
Complementary color
Monochromatic Colors of #91ADCC
Black with #91ADCC
Text Example
Text Example
White with #91ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADCC; }
p { color: rgb(145,173,204); }
H1.HeaderClassName
{
color: #91ADCC;
}
.AnyTagClassName
{
color: #91ADCC;
}
</style>
background-color css
<style>
a { background-color: #91ADCC; }
a { background-color: rgb(145,173,204); }
div.DivClassName
{
background-color: #91ADCC;
}
.BgClassName
{
background-color: #91ADCC;
}
</style>
border-color css
<style>
span { border-color: #91ADCC; }
span { border-color: rgb(145,173,204); }
td.TdClassName
{
border-color: #91ADCC;
}
.TagClassName
{
border-color: #91ADCC;
}
</style>