Shades of Spray #7AD8DC
Tints of Spray #7AD8DC
RGB
CMYK
RGB Variations
Color information
#7AD8DC (or 0x7AD8DC) is known color: Spray. HEX triplet: 7A, D8 and DC. RGB value is (122,216,220). Sum of RGB (Red+Green+Blue) = 122+216+220=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AD8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8DC is #852723. Grayscale: #BCBCBC. Windows color (decimal): -8726308 or 14473338. OLE color: 14473338.
HSL color Cylindrical-coordinate representation of color #7AD8DC: hue angle of 182.45º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AD8DC is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 216 | 220 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.14 |
| HSL | 182.45º | 0.58% | 0.67% | - |
| HSV(B) | 182.45º | 0.45% | 0.86% | - |
| XYZ | 45.5 | 58.42 | 76.59 | - |
| YUV | 188.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 220 | 0.45 | 0.02 | 0 | 0.14 | 182.45 | 0.58 | 0.67 |
| Hex | 7A | D8 | DC | 2D | 2 | 0 | E | B6 | 3A | 43 |
| Octal | 172 | 330 | 334 | 55 | 2 | 0 | 16 | 266 | 72 | 103 |
| Binary | 1111010 | 11011000 | 11011100 | 101101 | 10 | 0 | 1110 | 10110110 | 111010 | 1000011 |
Color Harmonies of #7AD8DC
Complementary color
Monochromatic Colors of #7AD8DC
Black with #7AD8DC
Text Example
Text Example
White with #7AD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8DC; }
p { color: rgb(122,216,220); }
H1.HeaderClassName
{
color: #7AD8DC;
}
.AnyTagClassName
{
color: #7AD8DC;
}
</style>
background-color css
<style>
a { background-color: #7AD8DC; }
a { background-color: rgb(122,216,220); }
div.DivClassName
{
background-color: #7AD8DC;
}
.BgClassName
{
background-color: #7AD8DC;
}
</style>
border-color css
<style>
span { border-color: #7AD8DC; }
span { border-color: rgb(122,216,220); }
td.TdClassName
{
border-color: #7AD8DC;
}
.TagClassName
{
border-color: #7AD8DC;
}
</style>