Shades of Spray #7ECDD6
Tints of Spray #7ECDD6
RGB
CMYK
RGB Variations
Color information
#7ECDD6 (or 0x7ECDD6) is known color: Spray. HEX triplet: 7E, CD and D6. RGB value is (126,205,214). Sum of RGB (Red+Green+Blue) = 126+205+214=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #7ECDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDD6 is #813229. Grayscale: #B6B6B6. Windows color (decimal): -8466986 or 14077310. OLE color: 14077310.
HSL color Cylindrical-coordinate representation of color #7ECDD6: hue angle of 186.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ECDD6 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 205 | 214 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.16 |
| HSL | 186.14º | 0.52% | 0.67% | - |
| HSV(B) | 186.14º | 0.41% | 0.84% | - |
| XYZ | 42.57 | 52.95 | 71.6 | - |
| YUV | 182.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 214 | 0.41 | 0.04 | 0 | 0.16 | 186.14 | 0.52 | 0.67 |
| Hex | 7E | CD | D6 | 29 | 4 | 0 | 10 | BA | 34 | 43 |
| Octal | 176 | 315 | 326 | 51 | 4 | 0 | 20 | 272 | 64 | 103 |
| Binary | 1111110 | 11001101 | 11010110 | 101001 | 100 | 0 | 10000 | 10111010 | 110100 | 1000011 |
Color Harmonies of #7ECDD6
Complementary color
Monochromatic Colors of #7ECDD6
Black with #7ECDD6
Text Example
Text Example
White with #7ECDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECDD6; }
p { color: rgb(126,205,214); }
H1.HeaderClassName
{
color: #7ECDD6;
}
.AnyTagClassName
{
color: #7ECDD6;
}
</style>
background-color css
<style>
a { background-color: #7ECDD6; }
a { background-color: rgb(126,205,214); }
div.DivClassName
{
background-color: #7ECDD6;
}
.BgClassName
{
background-color: #7ECDD6;
}
</style>
border-color css
<style>
span { border-color: #7ECDD6; }
span { border-color: rgb(126,205,214); }
td.TdClassName
{
border-color: #7ECDD6;
}
.TagClassName
{
border-color: #7ECDD6;
}
</style>