Shades of Spray #7AD0DD
Tints of Spray #7AD0DD
RGB
CMYK
RGB Variations
Color information
#7AD0DD (or 0x7AD0DD) is known color: Spray. HEX triplet: 7A, D0 and DD. RGB value is (122,208,221). Sum of RGB (Red+Green+Blue) = 122+208+221=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AD0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0DD is #852F22. Grayscale: #B7B7B7. Windows color (decimal): -8728355 or 14536826. OLE color: 14536826.
HSL color Cylindrical-coordinate representation of color #7AD0DD: hue angle of 187.88º 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 #7AD0DD is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 208 | 221 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.13 |
| HSL | 187.88º | 0.59% | 0.67% | - |
| HSV(B) | 187.88º | 0.45% | 0.87% | - |
| XYZ | 43.63 | 54.47 | 76.62 | - |
| YUV | 183.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 221 | 0.45 | 0.06 | 0 | 0.13 | 187.88 | 0.59 | 0.67 |
| Hex | 7A | D0 | DD | 2D | 6 | 0 | D | BC | 3B | 43 |
| Octal | 172 | 320 | 335 | 55 | 6 | 0 | 15 | 274 | 73 | 103 |
| Binary | 1111010 | 11010000 | 11011101 | 101101 | 110 | 0 | 1101 | 10111100 | 111011 | 1000011 |
Color Harmonies of #7AD0DD
Complementary color
Monochromatic Colors of #7AD0DD
Black with #7AD0DD
Text Example
Text Example
White with #7AD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD0DD; }
p { color: rgb(122,208,221); }
H1.HeaderClassName
{
color: #7AD0DD;
}
.AnyTagClassName
{
color: #7AD0DD;
}
</style>
background-color css
<style>
a { background-color: #7AD0DD; }
a { background-color: rgb(122,208,221); }
div.DivClassName
{
background-color: #7AD0DD;
}
.BgClassName
{
background-color: #7AD0DD;
}
</style>
border-color css
<style>
span { border-color: #7AD0DD; }
span { border-color: rgb(122,208,221); }
td.TdClassName
{
border-color: #7AD0DD;
}
.TagClassName
{
border-color: #7AD0DD;
}
</style>