Shades of Polo Blue #7FABCB
Tints of Polo Blue #7FABCB
RGB
CMYK
RGB Variations
Color information
#7FABCB (or 0x7FABCB) is known color: Polo Blue. HEX triplet: 7F, AB and CB. RGB value is (127,171,203). Sum of RGB (Red+Green+Blue) = 127+171+203=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABCB is #805434. Grayscale: #A1A1A1. Windows color (decimal): -8410165 or 13347711. OLE color: 13347711.
HSL color Cylindrical-coordinate representation of color #7FABCB: hue angle of 205.26º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FABCB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 171 | 203 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.20 |
| HSL | 205.26º | 0.42% | 0.65% | - |
| HSV(B) | 205.26º | 0.37% | 0.8% | - |
| XYZ | 34.09 | 37.95 | 62.03 | - |
| YUV | 161.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 203 | 0.37 | 0.16 | 0 | 0.20 | 205.26 | 0.42 | 0.65 |
| Hex | 7F | AB | CB | 25 | 10 | 0 | 14 | CD | 2A | 41 |
| Octal | 177 | 253 | 313 | 45 | 20 | 0 | 24 | 315 | 52 | 101 |
| Binary | 1111111 | 10101011 | 11001011 | 100101 | 10000 | 0 | 10100 | 11001101 | 101010 | 1000001 |
Color Harmonies of #7FABCB
Complementary color
Monochromatic Colors of #7FABCB
Black with #7FABCB
Text Example
Text Example
White with #7FABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABCB; }
p { color: rgb(127,171,203); }
H1.HeaderClassName
{
color: #7FABCB;
}
.AnyTagClassName
{
color: #7FABCB;
}
</style>
background-color css
<style>
a { background-color: #7FABCB; }
a { background-color: rgb(127,171,203); }
div.DivClassName
{
background-color: #7FABCB;
}
.BgClassName
{
background-color: #7FABCB;
}
</style>
border-color css
<style>
span { border-color: #7FABCB; }
span { border-color: rgb(127,171,203); }
td.TdClassName
{
border-color: #7FABCB;
}
.TagClassName
{
border-color: #7FABCB;
}
</style>