Shades of Polo Blue #7DAACF
Tints of Polo Blue #7DAACF
RGB
CMYK
RGB Variations
Color information
#7DAACF (or 0x7DAACF) is known color: Polo Blue. HEX triplet: 7D, AA and CF. RGB value is (125,170,207). Sum of RGB (Red+Green+Blue) = 125+170+207=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACF is #825530. Grayscale: #A0A0A0. Windows color (decimal): -8541489 or 13609597. OLE color: 13609597.
HSL color Cylindrical-coordinate representation of color #7DAACF: hue angle of 207.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAACF is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 170 | 207 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.19 |
| HSL | 207.07º | 0.46% | 0.65% | - |
| HSV(B) | 207.07º | 0.4% | 0.81% | - |
| XYZ | 34.09 | 37.61 | 64.49 | - |
| YUV | 160.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 207 | 0.40 | 0.18 | 0 | 0.19 | 207.07 | 0.46 | 0.65 |
| Hex | 7D | AA | CF | 28 | 12 | 0 | 13 | CF | 2E | 41 |
| Octal | 175 | 252 | 317 | 50 | 22 | 0 | 23 | 317 | 56 | 101 |
| Binary | 1111101 | 10101010 | 11001111 | 101000 | 10010 | 0 | 10011 | 11001111 | 101110 | 1000001 |
Color Harmonies of #7DAACF
Complementary color
Monochromatic Colors of #7DAACF
Black with #7DAACF
Text Example
Text Example
White with #7DAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAACF; }
p { color: rgb(125,170,207); }
H1.HeaderClassName
{
color: #7DAACF;
}
.AnyTagClassName
{
color: #7DAACF;
}
</style>
background-color css
<style>
a { background-color: #7DAACF; }
a { background-color: rgb(125,170,207); }
div.DivClassName
{
background-color: #7DAACF;
}
.BgClassName
{
background-color: #7DAACF;
}
</style>
border-color css
<style>
span { border-color: #7DAACF; }
span { border-color: rgb(125,170,207); }
td.TdClassName
{
border-color: #7DAACF;
}
.TagClassName
{
border-color: #7DAACF;
}
</style>