Shades of Spray #7AD8DD
Tints of Spray #7AD8DD
RGB
CMYK
RGB Variations
Color information
#7AD8DD (or 0x7AD8DD) is known color: Spray. HEX triplet: 7A, D8 and DD. RGB value is (122,216,221). Sum of RGB (Red+Green+Blue) = 122+216+221=559 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.82% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AD8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8DD is #852722. Grayscale: #BCBCBC. Windows color (decimal): -8726307 or 14538874. OLE color: 14538874.
HSL color Cylindrical-coordinate representation of color #7AD8DD: hue angle of 183.03º 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 #7AD8DD is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 216 | 221 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.13 |
| HSL | 183.03º | 0.59% | 0.67% | - |
| HSV(B) | 183.03º | 0.45% | 0.87% | - |
| XYZ | 45.63 | 58.47 | 77.29 | - |
| YUV | 188.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 221 | 0.45 | 0.02 | 0 | 0.13 | 183.03 | 0.59 | 0.67 |
| Hex | 7A | D8 | DD | 2D | 2 | 0 | D | B7 | 3B | 43 |
| Octal | 172 | 330 | 335 | 55 | 2 | 0 | 15 | 267 | 73 | 103 |
| Binary | 1111010 | 11011000 | 11011101 | 101101 | 10 | 0 | 1101 | 10110111 | 111011 | 1000011 |
Color Harmonies of #7AD8DD
Complementary color
Monochromatic Colors of #7AD8DD
Black with #7AD8DD
Text Example
Text Example
White with #7AD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8DD; }
p { color: rgb(122,216,221); }
H1.HeaderClassName
{
color: #7AD8DD;
}
.AnyTagClassName
{
color: #7AD8DD;
}
</style>
background-color css
<style>
a { background-color: #7AD8DD; }
a { background-color: rgb(122,216,221); }
div.DivClassName
{
background-color: #7AD8DD;
}
.BgClassName
{
background-color: #7AD8DD;
}
</style>
border-color css
<style>
span { border-color: #7AD8DD; }
span { border-color: rgb(122,216,221); }
td.TdClassName
{
border-color: #7AD8DD;
}
.TagClassName
{
border-color: #7AD8DD;
}
</style>