Shades of Polo Blue #91AFC7
Tints of Polo Blue #91AFC7
RGB
CMYK
RGB Variations
Color information
#91AFC7 (or 0x91AFC7) is known color: Polo Blue. HEX triplet: 91, AF and C7. RGB value is (145,175,199). Sum of RGB (Red+Green+Blue) = 145+175+199=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #91AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFC7 is #6E5038. Grayscale: #A8A8A8. Windows color (decimal): -7229497 or 13086609. OLE color: 13086609.
HSL color Cylindrical-coordinate representation of color #91AFC7: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91AFC7 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 175 | 199 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.22 |
| HSL | 206.67º | 0.33% | 0.67% | - |
| HSV(B) | 206.67º | 0.27% | 0.78% | - |
| XYZ | 37.32 | 40.8 | 59.94 | - |
| YUV | 168.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 199 | 0.27 | 0.12 | 0 | 0.22 | 206.67 | 0.33 | 0.67 |
| Hex | 91 | AF | C7 | 1B | C | 0 | 16 | CF | 21 | 43 |
| Octal | 221 | 257 | 307 | 33 | 14 | 0 | 26 | 317 | 41 | 103 |
| Binary | 10010001 | 10101111 | 11000111 | 11011 | 1100 | 0 | 10110 | 11001111 | 100001 | 1000011 |
Color Harmonies of #91AFC7
Complementary color
Monochromatic Colors of #91AFC7
Black with #91AFC7
Text Example
Text Example
White with #91AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AFC7; }
p { color: rgb(145,175,199); }
H1.HeaderClassName
{
color: #91AFC7;
}
.AnyTagClassName
{
color: #91AFC7;
}
</style>
background-color css
<style>
a { background-color: #91AFC7; }
a { background-color: rgb(145,175,199); }
div.DivClassName
{
background-color: #91AFC7;
}
.BgClassName
{
background-color: #91AFC7;
}
</style>
border-color css
<style>
span { border-color: #91AFC7; }
span { border-color: rgb(145,175,199); }
td.TdClassName
{
border-color: #91AFC7;
}
.TagClassName
{
border-color: #91AFC7;
}
</style>