Shades of Spray #7ACDDD
Tints of Spray #7ACDDD
RGB
CMYK
RGB Variations
Color information
#7ACDDD (or 0x7ACDDD) is known color: Spray. HEX triplet: 7A, CD and DD. RGB value is (122,205,221). Sum of RGB (Red+Green+Blue) = 122+205+221=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ACDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDDD is #853222. Grayscale: #B5B5B5. Windows color (decimal): -8729123 or 14536058. OLE color: 14536058.
HSL color Cylindrical-coordinate representation of color #7ACDDD: hue angle of 189.7º 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 #7ACDDD is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 205 | 221 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.13 |
| HSL | 189.7º | 0.59% | 0.67% | - |
| HSV(B) | 189.7º | 0.45% | 0.87% | - |
| XYZ | 42.91 | 53.02 | 76.38 | - |
| YUV | 182.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 221 | 0.45 | 0.07 | 0 | 0.13 | 189.7 | 0.59 | 0.67 |
| Hex | 7A | CD | DD | 2D | 7 | 0 | D | BE | 3B | 43 |
| Octal | 172 | 315 | 335 | 55 | 7 | 0 | 15 | 276 | 73 | 103 |
| Binary | 1111010 | 11001101 | 11011101 | 101101 | 111 | 0 | 1101 | 10111110 | 111011 | 1000011 |
Color Harmonies of #7ACDDD
Complementary color
Monochromatic Colors of #7ACDDD
Black with #7ACDDD
Text Example
Text Example
White with #7ACDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACDDD; }
p { color: rgb(122,205,221); }
H1.HeaderClassName
{
color: #7ACDDD;
}
.AnyTagClassName
{
color: #7ACDDD;
}
</style>
background-color css
<style>
a { background-color: #7ACDDD; }
a { background-color: rgb(122,205,221); }
div.DivClassName
{
background-color: #7ACDDD;
}
.BgClassName
{
background-color: #7ACDDD;
}
</style>
border-color css
<style>
span { border-color: #7ACDDD; }
span { border-color: rgb(122,205,221); }
td.TdClassName
{
border-color: #7ACDDD;
}
.TagClassName
{
border-color: #7ACDDD;
}
</style>