Shades of Spray #7AC6DD
Tints of Spray #7AC6DD
RGB
CMYK
RGB Variations
Color information
#7AC6DD (or 0x7AC6DD) is known color: Spray. HEX triplet: 7A, C6 and DD. RGB value is (122,198,221). Sum of RGB (Red+Green+Blue) = 122+198+221=541 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.55% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AC6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC6DD is #853922. Grayscale: #B1B1B1. Windows color (decimal): -8730915 or 14534266. OLE color: 14534266.
HSL color Cylindrical-coordinate representation of color #7AC6DD: hue angle of 193.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AC6DD is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 198 | 221 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.13 |
| HSL | 193.94º | 0.59% | 0.67% | - |
| HSV(B) | 193.94º | 0.45% | 0.87% | - |
| XYZ | 41.27 | 49.75 | 75.83 | - |
| YUV | 177.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 198 | 221 | 0.45 | 0.10 | 0 | 0.13 | 193.94 | 0.59 | 0.67 |
| Hex | 7A | C6 | DD | 2D | A | 0 | D | C2 | 3B | 43 |
| Octal | 172 | 306 | 335 | 55 | 12 | 0 | 15 | 302 | 73 | 103 |
| Binary | 1111010 | 11000110 | 11011101 | 101101 | 1010 | 0 | 1101 | 11000010 | 111011 | 1000011 |
Color Harmonies of #7AC6DD
Complementary color
Monochromatic Colors of #7AC6DD
Black with #7AC6DD
Text Example
Text Example
White with #7AC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC6DD; }
p { color: rgb(122,198,221); }
H1.HeaderClassName
{
color: #7AC6DD;
}
.AnyTagClassName
{
color: #7AC6DD;
}
</style>
background-color css
<style>
a { background-color: #7AC6DD; }
a { background-color: rgb(122,198,221); }
div.DivClassName
{
background-color: #7AC6DD;
}
.BgClassName
{
background-color: #7AC6DD;
}
</style>
border-color css
<style>
span { border-color: #7AC6DD; }
span { border-color: rgb(122,198,221); }
td.TdClassName
{
border-color: #7AC6DD;
}
.TagClassName
{
border-color: #7AC6DD;
}
</style>