Shades of Spray #7ACADD
Tints of Spray #7ACADD
RGB
CMYK
RGB Variations
Color information
#7ACADD (or 0x7ACADD) is known color: Spray. HEX triplet: 7A, CA and DD. RGB value is (122,202,221). Sum of RGB (Red+Green+Blue) = 122+202+221=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ACADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACADD is #853522. Grayscale: #B4B4B4. Windows color (decimal): -8729891 or 14535290. OLE color: 14535290.
HSL color Cylindrical-coordinate representation of color #7ACADD: hue angle of 191.52º 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 #7ACADD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 202 | 221 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.13 |
| HSL | 191.52º | 0.59% | 0.67% | - |
| HSV(B) | 191.52º | 0.45% | 0.87% | - |
| XYZ | 42.2 | 51.6 | 76.14 | - |
| YUV | 180.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 202 | 221 | 0.45 | 0.09 | 0 | 0.13 | 191.52 | 0.59 | 0.67 |
| Hex | 7A | CA | DD | 2D | 9 | 0 | D | C0 | 3B | 43 |
| Octal | 172 | 312 | 335 | 55 | 11 | 0 | 15 | 300 | 73 | 103 |
| Binary | 1111010 | 11001010 | 11011101 | 101101 | 1001 | 0 | 1101 | 11000000 | 111011 | 1000011 |
Color Harmonies of #7ACADD
Complementary color
Monochromatic Colors of #7ACADD
Black with #7ACADD
Text Example
Text Example
White with #7ACADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACADD; }
p { color: rgb(122,202,221); }
H1.HeaderClassName
{
color: #7ACADD;
}
.AnyTagClassName
{
color: #7ACADD;
}
</style>
background-color css
<style>
a { background-color: #7ACADD; }
a { background-color: rgb(122,202,221); }
div.DivClassName
{
background-color: #7ACADD;
}
.BgClassName
{
background-color: #7ACADD;
}
</style>
border-color css
<style>
span { border-color: #7ACADD; }
span { border-color: rgb(122,202,221); }
td.TdClassName
{
border-color: #7ACADD;
}
.TagClassName
{
border-color: #7ACADD;
}
</style>