Shades of Polo Blue #7FACCF
Tints of Polo Blue #7FACCF
RGB
CMYK
RGB Variations
Color information
#7FACCF (or 0x7FACCF) is known color: Polo Blue. HEX triplet: 7F, AC and CF. RGB value is (127,172,207). Sum of RGB (Red+Green+Blue) = 127+172+207=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACCF is #805330. Grayscale: #A2A2A2. Windows color (decimal): -8409905 or 13610111. OLE color: 13610111.
HSL color Cylindrical-coordinate representation of color #7FACCF: hue angle of 206.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FACCF is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 172 | 207 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.19 |
| HSL | 206.25º | 0.45% | 0.65% | - |
| HSV(B) | 206.25º | 0.39% | 0.81% | - |
| XYZ | 34.77 | 38.52 | 64.63 | - |
| YUV | 162.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 207 | 0.39 | 0.17 | 0 | 0.19 | 206.25 | 0.45 | 0.65 |
| Hex | 7F | AC | CF | 27 | 11 | 0 | 13 | CE | 2D | 41 |
| Octal | 177 | 254 | 317 | 47 | 21 | 0 | 23 | 316 | 55 | 101 |
| Binary | 1111111 | 10101100 | 11001111 | 100111 | 10001 | 0 | 10011 | 11001110 | 101101 | 1000001 |
Color Harmonies of #7FACCF
Complementary color
Monochromatic Colors of #7FACCF
Black with #7FACCF
Text Example
Text Example
White with #7FACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACCF; }
p { color: rgb(127,172,207); }
H1.HeaderClassName
{
color: #7FACCF;
}
.AnyTagClassName
{
color: #7FACCF;
}
</style>
background-color css
<style>
a { background-color: #7FACCF; }
a { background-color: rgb(127,172,207); }
div.DivClassName
{
background-color: #7FACCF;
}
.BgClassName
{
background-color: #7FACCF;
}
</style>
border-color css
<style>
span { border-color: #7FACCF; }
span { border-color: rgb(127,172,207); }
td.TdClassName
{
border-color: #7FACCF;
}
.TagClassName
{
border-color: #7FACCF;
}
</style>