Shades of Polo Blue #7FAACB
Tints of Polo Blue #7FAACB
RGB
CMYK
RGB Variations
Color information
#7FAACB (or 0x7FAACB) is known color: Polo Blue. HEX triplet: 7F, AA and CB. RGB value is (127,170,203). Sum of RGB (Red+Green+Blue) = 127+170+203=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAACB is #805534. Grayscale: #A0A0A0. Windows color (decimal): -8410421 or 13347455. OLE color: 13347455.
HSL color Cylindrical-coordinate representation of color #7FAACB: hue angle of 206.05º 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 #7FAACB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 170 | 203 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.20 |
| HSL | 206.05º | 0.42% | 0.65% | - |
| HSV(B) | 206.05º | 0.37% | 0.8% | - |
| XYZ | 33.91 | 37.57 | 61.97 | - |
| YUV | 160.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 203 | 0.37 | 0.16 | 0 | 0.20 | 206.05 | 0.42 | 0.65 |
| Hex | 7F | AA | CB | 25 | 10 | 0 | 14 | CE | 2A | 41 |
| Octal | 177 | 252 | 313 | 45 | 20 | 0 | 24 | 316 | 52 | 101 |
| Binary | 1111111 | 10101010 | 11001011 | 100101 | 10000 | 0 | 10100 | 11001110 | 101010 | 1000001 |
Color Harmonies of #7FAACB
Complementary color
Monochromatic Colors of #7FAACB
Black with #7FAACB
Text Example
Text Example
White with #7FAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAACB; }
p { color: rgb(127,170,203); }
H1.HeaderClassName
{
color: #7FAACB;
}
.AnyTagClassName
{
color: #7FAACB;
}
</style>
background-color css
<style>
a { background-color: #7FAACB; }
a { background-color: rgb(127,170,203); }
div.DivClassName
{
background-color: #7FAACB;
}
.BgClassName
{
background-color: #7FAACB;
}
</style>
border-color css
<style>
span { border-color: #7FAACB; }
span { border-color: rgb(127,170,203); }
td.TdClassName
{
border-color: #7FAACB;
}
.TagClassName
{
border-color: #7FAACB;
}
</style>