Shades of Polo Blue #91B2CA
Tints of Polo Blue #91B2CA
RGB
CMYK
RGB Variations
Color information
#91B2CA (or 0x91B2CA) is known color: Polo Blue. HEX triplet: 91, B2 and CA. RGB value is (145,178,202). Sum of RGB (Red+Green+Blue) = 145+178+202=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #91B2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2CA is #6E4D35. Grayscale: #AAAAAA. Windows color (decimal): -7228726 or 13283985. OLE color: 13283985.
HSL color Cylindrical-coordinate representation of color #91B2CA: hue angle of 205.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91B2CA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 178 | 202 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.21 |
| HSL | 205.26º | 0.35% | 0.68% | - |
| HSV(B) | 205.26º | 0.28% | 0.79% | - |
| XYZ | 38.26 | 42.12 | 61.99 | - |
| YUV | 170.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 202 | 0.28 | 0.12 | 0 | 0.21 | 205.26 | 0.35 | 0.68 |
| Hex | 91 | B2 | CA | 1C | C | 0 | 15 | CD | 23 | 44 |
| Octal | 221 | 262 | 312 | 34 | 14 | 0 | 25 | 315 | 43 | 104 |
| Binary | 10010001 | 10110010 | 11001010 | 11100 | 1100 | 0 | 10101 | 11001101 | 100011 | 1000100 |
Color Harmonies of #91B2CA
Complementary color
Monochromatic Colors of #91B2CA
Black with #91B2CA
Text Example
Text Example
White with #91B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B2CA; }
p { color: rgb(145,178,202); }
H1.HeaderClassName
{
color: #91B2CA;
}
.AnyTagClassName
{
color: #91B2CA;
}
</style>
background-color css
<style>
a { background-color: #91B2CA; }
a { background-color: rgb(145,178,202); }
div.DivClassName
{
background-color: #91B2CA;
}
.BgClassName
{
background-color: #91B2CA;
}
</style>
border-color css
<style>
span { border-color: #91B2CA; }
span { border-color: rgb(145,178,202); }
td.TdClassName
{
border-color: #91B2CA;
}
.TagClassName
{
border-color: #91B2CA;
}
</style>