Shades of Spray #7ECCDD
Tints of Spray #7ECCDD
RGB
CMYK
RGB Variations
Color information
#7ECCDD (or 0x7ECCDD) is known color: Spray. HEX triplet: 7E, CC and DD. RGB value is (126,204,221). Sum of RGB (Red+Green+Blue) = 126+204+221=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ECCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCDD is #813322. Grayscale: #B6B6B6. Windows color (decimal): -8467235 or 14535806. OLE color: 14535806.
HSL color Cylindrical-coordinate representation of color #7ECCDD: hue angle of 190.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ECCDD is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 204 | 221 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.13 |
| HSL | 190.74º | 0.58% | 0.68% | - |
| HSV(B) | 190.74º | 0.43% | 0.87% | - |
| XYZ | 43.25 | 52.84 | 76.33 | - |
| YUV | 182.62 | 149.66 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 221 | 0.43 | 0.08 | 0 | 0.13 | 190.74 | 0.58 | 0.68 |
| Hex | 7E | CC | DD | 2B | 8 | 0 | D | BF | 3A | 44 |
| Octal | 176 | 314 | 335 | 53 | 10 | 0 | 15 | 277 | 72 | 104 |
| Binary | 1111110 | 11001100 | 11011101 | 101011 | 1000 | 0 | 1101 | 10111111 | 111010 | 1000100 |
Color Harmonies of #7ECCDD
Complementary color
Monochromatic Colors of #7ECCDD
Black with #7ECCDD
Text Example
Text Example
White with #7ECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECCDD; }
p { color: rgb(126,204,221); }
H1.HeaderClassName
{
color: #7ECCDD;
}
.AnyTagClassName
{
color: #7ECCDD;
}
</style>
background-color css
<style>
a { background-color: #7ECCDD; }
a { background-color: rgb(126,204,221); }
div.DivClassName
{
background-color: #7ECCDD;
}
.BgClassName
{
background-color: #7ECCDD;
}
</style>
border-color css
<style>
span { border-color: #7ECCDD; }
span { border-color: rgb(126,204,221); }
td.TdClassName
{
border-color: #7ECCDD;
}
.TagClassName
{
border-color: #7ECCDD;
}
</style>