Shades of Spray #7AD6DD
Tints of Spray #7AD6DD
RGB
CMYK
RGB Variations
Color information
#7AD6DD (or 0x7AD6DD) is known color: Spray. HEX triplet: 7A, D6 and DD. RGB value is (122,214,221). Sum of RGB (Red+Green+Blue) = 122+214+221=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AD6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6DD is #852922. Grayscale: #BBBBBB. Windows color (decimal): -8726819 or 14538362. OLE color: 14538362.
HSL color Cylindrical-coordinate representation of color #7AD6DD: hue angle of 184.24º 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 #7AD6DD is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 214 | 221 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.13 |
| HSL | 184.24º | 0.59% | 0.67% | - |
| HSV(B) | 184.24º | 0.45% | 0.87% | - |
| XYZ | 45.12 | 57.45 | 77.12 | - |
| YUV | 187.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 221 | 0.45 | 0.03 | 0 | 0.13 | 184.24 | 0.59 | 0.67 |
| Hex | 7A | D6 | DD | 2D | 3 | 0 | D | B8 | 3B | 43 |
| Octal | 172 | 326 | 335 | 55 | 3 | 0 | 15 | 270 | 73 | 103 |
| Binary | 1111010 | 11010110 | 11011101 | 101101 | 11 | 0 | 1101 | 10111000 | 111011 | 1000011 |
Color Harmonies of #7AD6DD
Complementary color
Monochromatic Colors of #7AD6DD
Black with #7AD6DD
Text Example
Text Example
White with #7AD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD6DD; }
p { color: rgb(122,214,221); }
H1.HeaderClassName
{
color: #7AD6DD;
}
.AnyTagClassName
{
color: #7AD6DD;
}
</style>
background-color css
<style>
a { background-color: #7AD6DD; }
a { background-color: rgb(122,214,221); }
div.DivClassName
{
background-color: #7AD6DD;
}
.BgClassName
{
background-color: #7AD6DD;
}
</style>
border-color css
<style>
span { border-color: #7AD6DD; }
span { border-color: rgb(122,214,221); }
td.TdClassName
{
border-color: #7AD6DD;
}
.TagClassName
{
border-color: #7AD6DD;
}
</style>