Shades of Spray #7AD5DC
Tints of Spray #7AD5DC
RGB
CMYK
RGB Variations
Color information
#7AD5DC (or 0x7AD5DC) is known color: Spray. HEX triplet: 7A, D5 and DC. RGB value is (122,213,220). Sum of RGB (Red+Green+Blue) = 122+213+220=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AD5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5DC is #852A23. Grayscale: #BABABA. Windows color (decimal): -8727076 or 14472570. OLE color: 14472570.
HSL color Cylindrical-coordinate representation of color #7AD5DC: hue angle of 184.29º 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 #7AD5DC is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 213 | 220 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.14 |
| HSL | 184.29º | 0.58% | 0.67% | - |
| HSV(B) | 184.29º | 0.45% | 0.86% | - |
| XYZ | 44.74 | 56.89 | 76.33 | - |
| YUV | 186.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 220 | 0.45 | 0.03 | 0 | 0.14 | 184.29 | 0.58 | 0.67 |
| Hex | 7A | D5 | DC | 2D | 3 | 0 | E | B8 | 3A | 43 |
| Octal | 172 | 325 | 334 | 55 | 3 | 0 | 16 | 270 | 72 | 103 |
| Binary | 1111010 | 11010101 | 11011100 | 101101 | 11 | 0 | 1110 | 10111000 | 111010 | 1000011 |
Color Harmonies of #7AD5DC
Complementary color
Monochromatic Colors of #7AD5DC
Black with #7AD5DC
Text Example
Text Example
White with #7AD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5DC; }
p { color: rgb(122,213,220); }
H1.HeaderClassName
{
color: #7AD5DC;
}
.AnyTagClassName
{
color: #7AD5DC;
}
</style>
background-color css
<style>
a { background-color: #7AD5DC; }
a { background-color: rgb(122,213,220); }
div.DivClassName
{
background-color: #7AD5DC;
}
.BgClassName
{
background-color: #7AD5DC;
}
</style>
border-color css
<style>
span { border-color: #7AD5DC; }
span { border-color: rgb(122,213,220); }
td.TdClassName
{
border-color: #7AD5DC;
}
.TagClassName
{
border-color: #7AD5DC;
}
</style>