Shades of Polo Blue #7DAACC
Tints of Polo Blue #7DAACC
RGB
CMYK
RGB Variations
Color information
#7DAACC (or 0x7DAACC) is known color: Polo Blue. HEX triplet: 7D, AA and CC. RGB value is (125,170,204). Sum of RGB (Red+Green+Blue) = 125+170+204=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACC is #825533. Grayscale: #A0A0A0. Windows color (decimal): -8541492 or 13412989. OLE color: 13412989.
HSL color Cylindrical-coordinate representation of color #7DAACC: hue angle of 205.82º 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 #7DAACC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 170 | 204 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.2 |
| HSL | 205.82º | 0.44% | 0.65% | - |
| HSV(B) | 205.82º | 0.39% | 0.8% | - |
| XYZ | 33.73 | 37.47 | 62.58 | - |
| YUV | 160.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 204 | 0.39 | 0.17 | 0 | 0.2 | 205.82 | 0.44 | 0.65 |
| Hex | 7D | AA | CC | 27 | 11 | 0 | 14 | CE | 2C | 41 |
| Octal | 175 | 252 | 314 | 47 | 21 | 0 | 24 | 316 | 54 | 101 |
| Binary | 1111101 | 10101010 | 11001100 | 100111 | 10001 | 0 | 10100 | 11001110 | 101100 | 1000001 |
Color Harmonies of #7DAACC
Complementary color
Monochromatic Colors of #7DAACC
Black with #7DAACC
Text Example
Text Example
White with #7DAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAACC; }
p { color: rgb(125,170,204); }
H1.HeaderClassName
{
color: #7DAACC;
}
.AnyTagClassName
{
color: #7DAACC;
}
</style>
background-color css
<style>
a { background-color: #7DAACC; }
a { background-color: rgb(125,170,204); }
div.DivClassName
{
background-color: #7DAACC;
}
.BgClassName
{
background-color: #7DAACC;
}
</style>
border-color css
<style>
span { border-color: #7DAACC; }
span { border-color: rgb(125,170,204); }
td.TdClassName
{
border-color: #7DAACC;
}
.TagClassName
{
border-color: #7DAACC;
}
</style>