Shades of Spray #7ACEDB
Tints of Spray #7ACEDB
RGB
CMYK
RGB Variations
Color information
#7ACEDB (or 0x7ACEDB) is known color: Spray. HEX triplet: 7A, CE and DB. RGB value is (122,206,219). Sum of RGB (Red+Green+Blue) = 122+206+219=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ACEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEDB is #853124. Grayscale: #B6B6B6. Windows color (decimal): -8728869 or 14405242. OLE color: 14405242.
HSL color Cylindrical-coordinate representation of color #7ACEDB: hue angle of 188.04º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ACEDB is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 206 | 219 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.14 |
| HSL | 188.04º | 0.57% | 0.67% | - |
| HSV(B) | 188.04º | 0.44% | 0.86% | - |
| XYZ | 42.88 | 53.39 | 75.06 | - |
| YUV | 182.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 219 | 0.44 | 0.06 | 0 | 0.14 | 188.04 | 0.57 | 0.67 |
| Hex | 7A | CE | DB | 2C | 6 | 0 | E | BC | 39 | 43 |
| Octal | 172 | 316 | 333 | 54 | 6 | 0 | 16 | 274 | 71 | 103 |
| Binary | 1111010 | 11001110 | 11011011 | 101100 | 110 | 0 | 1110 | 10111100 | 111001 | 1000011 |
Color Harmonies of #7ACEDB
Complementary color
Monochromatic Colors of #7ACEDB
Black with #7ACEDB
Text Example
Text Example
White with #7ACEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACEDB; }
p { color: rgb(122,206,219); }
H1.HeaderClassName
{
color: #7ACEDB;
}
.AnyTagClassName
{
color: #7ACEDB;
}
</style>
background-color css
<style>
a { background-color: #7ACEDB; }
a { background-color: rgb(122,206,219); }
div.DivClassName
{
background-color: #7ACEDB;
}
.BgClassName
{
background-color: #7ACEDB;
}
</style>
border-color css
<style>
span { border-color: #7ACEDB; }
span { border-color: rgb(122,206,219); }
td.TdClassName
{
border-color: #7ACEDB;
}
.TagClassName
{
border-color: #7ACEDB;
}
</style>