Shades of Spray #7AD5DF
Tints of Spray #7AD5DF
RGB
CMYK
RGB Variations
Color information
#7AD5DF (or 0x7AD5DF) is known color: Spray. HEX triplet: 7A, D5 and DF. RGB value is (122,213,223). Sum of RGB (Red+Green+Blue) = 122+213+223=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AD5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5DF is #852A20. Grayscale: #BABABA. Windows color (decimal): -8727073 or 14669178. OLE color: 14669178.
HSL color Cylindrical-coordinate representation of color #7AD5DF: hue angle of 185.94º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AD5DF is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 213 | 223 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.13 |
| HSL | 185.94º | 0.61% | 0.68% | - |
| HSV(B) | 185.94º | 0.45% | 0.87% | - |
| XYZ | 45.14 | 57.05 | 78.45 | - |
| YUV | 186.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 223 | 0.45 | 0.04 | 0 | 0.13 | 185.94 | 0.61 | 0.68 |
| Hex | 7A | D5 | DF | 2D | 4 | 0 | D | BA | 3D | 44 |
| Octal | 172 | 325 | 337 | 55 | 4 | 0 | 15 | 272 | 75 | 104 |
| Binary | 1111010 | 11010101 | 11011111 | 101101 | 100 | 0 | 1101 | 10111010 | 111101 | 1000100 |
Color Harmonies of #7AD5DF
Complementary color
Monochromatic Colors of #7AD5DF
Black with #7AD5DF
Text Example
Text Example
White with #7AD5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5DF; }
p { color: rgb(122,213,223); }
H1.HeaderClassName
{
color: #7AD5DF;
}
.AnyTagClassName
{
color: #7AD5DF;
}
</style>
background-color css
<style>
a { background-color: #7AD5DF; }
a { background-color: rgb(122,213,223); }
div.DivClassName
{
background-color: #7AD5DF;
}
.BgClassName
{
background-color: #7AD5DF;
}
</style>
border-color css
<style>
span { border-color: #7AD5DF; }
span { border-color: rgb(122,213,223); }
td.TdClassName
{
border-color: #7AD5DF;
}
.TagClassName
{
border-color: #7AD5DF;
}
</style>