Shades of Polo Blue #91B0CF
Tints of Polo Blue #91B0CF
RGB
CMYK
RGB Variations
Color information
#91B0CF (or 0x91B0CF) is known color: Polo Blue. HEX triplet: 91, B0 and CF. RGB value is (145,176,207). Sum of RGB (Red+Green+Blue) = 145+176+207=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #91B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0CF is #6E4F30. Grayscale: #AAAAAA. Windows color (decimal): -7229233 or 13611153. OLE color: 13611153.
HSL color Cylindrical-coordinate representation of color #91B0CF: hue angle of 210º degrees, saturation: 0.39, 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 #91B0CF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 176 | 207 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.19 |
| HSL | 210º | 0.39% | 0.69% | - |
| HSV(B) | 210º | 0.3% | 0.81% | - |
| XYZ | 38.46 | 41.58 | 65.03 | - |
| YUV | 170.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 207 | 0.30 | 0.15 | 0 | 0.19 | 210 | 0.39 | 0.69 |
| Hex | 91 | B0 | CF | 1E | F | 0 | 13 | D2 | 27 | 45 |
| Octal | 221 | 260 | 317 | 36 | 17 | 0 | 23 | 322 | 47 | 105 |
| Binary | 10010001 | 10110000 | 11001111 | 11110 | 1111 | 0 | 10011 | 11010010 | 100111 | 1000101 |
Color Harmonies of #91B0CF
Complementary color
Monochromatic Colors of #91B0CF
Black with #91B0CF
Text Example
Text Example
White with #91B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B0CF; }
p { color: rgb(145,176,207); }
H1.HeaderClassName
{
color: #91B0CF;
}
.AnyTagClassName
{
color: #91B0CF;
}
</style>
background-color css
<style>
a { background-color: #91B0CF; }
a { background-color: rgb(145,176,207); }
div.DivClassName
{
background-color: #91B0CF;
}
.BgClassName
{
background-color: #91B0CF;
}
</style>
border-color css
<style>
span { border-color: #91B0CF; }
span { border-color: rgb(145,176,207); }
td.TdClassName
{
border-color: #91B0CF;
}
.TagClassName
{
border-color: #91B0CF;
}
</style>