Shades of Spray #7ACDD5
Tints of Spray #7ACDD5
RGB
CMYK
RGB Variations
Color information
#7ACDD5 (or 0x7ACDD5) is known color: Spray. HEX triplet: 7A, CD and D5. RGB value is (122,205,213). Sum of RGB (Red+Green+Blue) = 122+205+213=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #7ACDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDD5 is #85322A. Grayscale: #B4B4B4. Windows color (decimal): -8729131 or 14011770. OLE color: 14011770.
HSL color Cylindrical-coordinate representation of color #7ACDD5: hue angle of 185.27º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ACDD5 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 205 | 213 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.16 |
| HSL | 185.27º | 0.52% | 0.66% | - |
| HSV(B) | 185.27º | 0.43% | 0.84% | - |
| XYZ | 41.87 | 52.6 | 70.9 | - |
| YUV | 181.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 213 | 0.43 | 0.04 | 0 | 0.16 | 185.27 | 0.52 | 0.66 |
| Hex | 7A | CD | D5 | 2B | 4 | 0 | 10 | B9 | 34 | 42 |
| Octal | 172 | 315 | 325 | 53 | 4 | 0 | 20 | 271 | 64 | 102 |
| Binary | 1111010 | 11001101 | 11010101 | 101011 | 100 | 0 | 10000 | 10111001 | 110100 | 1000010 |
Color Harmonies of #7ACDD5
Complementary color
Monochromatic Colors of #7ACDD5
Black with #7ACDD5
Text Example
Text Example
White with #7ACDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACDD5; }
p { color: rgb(122,205,213); }
H1.HeaderClassName
{
color: #7ACDD5;
}
.AnyTagClassName
{
color: #7ACDD5;
}
</style>
background-color css
<style>
a { background-color: #7ACDD5; }
a { background-color: rgb(122,205,213); }
div.DivClassName
{
background-color: #7ACDD5;
}
.BgClassName
{
background-color: #7ACDD5;
}
</style>
border-color css
<style>
span { border-color: #7ACDD5; }
span { border-color: rgb(122,205,213); }
td.TdClassName
{
border-color: #7ACDD5;
}
.TagClassName
{
border-color: #7ACDD5;
}
</style>