Shades of Polo Blue #7DAACD
Tints of Polo Blue #7DAACD
RGB
CMYK
RGB Variations
Color information
#7DAACD (or 0x7DAACD) is known color: Polo Blue. HEX triplet: 7D, AA and CD. RGB value is (125,170,205). Sum of RGB (Red+Green+Blue) = 125+170+205=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACD is #825532. Grayscale: #A0A0A0. Windows color (decimal): -8541491 or 13478525. OLE color: 13478525.
HSL color Cylindrical-coordinate representation of color #7DAACD: hue angle of 206.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DAACD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 170 | 205 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.20 |
| HSL | 206.25º | 0.44% | 0.65% | - |
| HSV(B) | 206.25º | 0.39% | 0.8% | - |
| XYZ | 33.85 | 37.52 | 63.21 | - |
| YUV | 160.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 205 | 0.39 | 0.17 | 0 | 0.20 | 206.25 | 0.44 | 0.65 |
| Hex | 7D | AA | CD | 27 | 11 | 0 | 14 | CE | 2C | 41 |
| Octal | 175 | 252 | 315 | 47 | 21 | 0 | 24 | 316 | 54 | 101 |
| Binary | 1111101 | 10101010 | 11001101 | 100111 | 10001 | 0 | 10100 | 11001110 | 101100 | 1000001 |
Color Harmonies of #7DAACD
Complementary color
Monochromatic Colors of #7DAACD
Black with #7DAACD
Text Example
Text Example
White with #7DAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAACD; }
p { color: rgb(125,170,205); }
H1.HeaderClassName
{
color: #7DAACD;
}
.AnyTagClassName
{
color: #7DAACD;
}
</style>
background-color css
<style>
a { background-color: #7DAACD; }
a { background-color: rgb(125,170,205); }
div.DivClassName
{
background-color: #7DAACD;
}
.BgClassName
{
background-color: #7DAACD;
}
</style>
border-color css
<style>
span { border-color: #7DAACD; }
span { border-color: rgb(125,170,205); }
td.TdClassName
{
border-color: #7DAACD;
}
.TagClassName
{
border-color: #7DAACD;
}
</style>