Shades of Polo Blue #91B4CE
Tints of Polo Blue #91B4CE
RGB
CMYK
RGB Variations
Color information
#91B4CE (or 0x91B4CE) is known color: Polo Blue. HEX triplet: 91, B4 and CE. RGB value is (145,180,206). Sum of RGB (Red+Green+Blue) = 145+180+206=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #91B4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B4CE is #6E4B31. Grayscale: #ACACAC. Windows color (decimal): -7228210 or 13546641. OLE color: 13546641.
HSL color Cylindrical-coordinate representation of color #91B4CE: hue angle of 205.57º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91B4CE is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 180 | 206 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.19 |
| HSL | 205.57º | 0.38% | 0.69% | - |
| HSV(B) | 205.57º | 0.3% | 0.81% | - |
| XYZ | 39.14 | 43.12 | 64.65 | - |
| YUV | 172.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 206 | 0.30 | 0.13 | 0 | 0.19 | 205.57 | 0.38 | 0.69 |
| Hex | 91 | B4 | CE | 1E | D | 0 | 13 | CE | 26 | 45 |
| Octal | 221 | 264 | 316 | 36 | 15 | 0 | 23 | 316 | 46 | 105 |
| Binary | 10010001 | 10110100 | 11001110 | 11110 | 1101 | 0 | 10011 | 11001110 | 100110 | 1000101 |
Color Harmonies of #91B4CE
Complementary color
Monochromatic Colors of #91B4CE
Black with #91B4CE
Text Example
Text Example
White with #91B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B4CE; }
p { color: rgb(145,180,206); }
H1.HeaderClassName
{
color: #91B4CE;
}
.AnyTagClassName
{
color: #91B4CE;
}
</style>
background-color css
<style>
a { background-color: #91B4CE; }
a { background-color: rgb(145,180,206); }
div.DivClassName
{
background-color: #91B4CE;
}
.BgClassName
{
background-color: #91B4CE;
}
</style>
border-color css
<style>
span { border-color: #91B4CE; }
span { border-color: rgb(145,180,206); }
td.TdClassName
{
border-color: #91B4CE;
}
.TagClassName
{
border-color: #91B4CE;
}
</style>