Shades of Polo Blue #7FACCB
Tints of Polo Blue #7FACCB
RGB
CMYK
RGB Variations
Color information
#7FACCB (or 0x7FACCB) is known color: Polo Blue. HEX triplet: 7F, AC and CB. RGB value is (127,172,203). Sum of RGB (Red+Green+Blue) = 127+172+203=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACCB is #805334. Grayscale: #A1A1A1. Windows color (decimal): -8409909 or 13347967. OLE color: 13347967.
HSL color Cylindrical-coordinate representation of color #7FACCB: hue angle of 204.47º 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 #7FACCB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 172 | 203 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.20 |
| HSL | 204.47º | 0.42% | 0.65% | - |
| HSV(B) | 204.47º | 0.37% | 0.8% | - |
| XYZ | 34.28 | 38.33 | 62.09 | - |
| YUV | 162.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 203 | 0.37 | 0.15 | 0 | 0.20 | 204.47 | 0.42 | 0.65 |
| Hex | 7F | AC | CB | 25 | F | 0 | 14 | CC | 2A | 41 |
| Octal | 177 | 254 | 313 | 45 | 17 | 0 | 24 | 314 | 52 | 101 |
| Binary | 1111111 | 10101100 | 11001011 | 100101 | 1111 | 0 | 10100 | 11001100 | 101010 | 1000001 |
Color Harmonies of #7FACCB
Complementary color
Monochromatic Colors of #7FACCB
Black with #7FACCB
Text Example
Text Example
White with #7FACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACCB; }
p { color: rgb(127,172,203); }
H1.HeaderClassName
{
color: #7FACCB;
}
.AnyTagClassName
{
color: #7FACCB;
}
</style>
background-color css
<style>
a { background-color: #7FACCB; }
a { background-color: rgb(127,172,203); }
div.DivClassName
{
background-color: #7FACCB;
}
.BgClassName
{
background-color: #7FACCB;
}
</style>
border-color css
<style>
span { border-color: #7FACCB; }
span { border-color: rgb(127,172,203); }
td.TdClassName
{
border-color: #7FACCB;
}
.TagClassName
{
border-color: #7FACCB;
}
</style>