Shades of Spray #7ECDD1
Tints of Spray #7ECDD1
RGB
CMYK
RGB Variations
Color information
#7ECDD1 (or 0x7ECDD1) is known color: Spray. HEX triplet: 7E, CD and D1. RGB value is (126,205,209). Sum of RGB (Red+Green+Blue) = 126+205+209=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #7ECDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDD1 is #81322E. Grayscale: #B5B5B5. Windows color (decimal): -8466991 or 13749630. OLE color: 13749630.
HSL color Cylindrical-coordinate representation of color #7ECDD1: hue angle of 182.89º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ECDD1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 205 | 209 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.18 |
| HSL | 182.89º | 0.47% | 0.66% | - |
| HSV(B) | 182.89º | 0.4% | 0.82% | - |
| XYZ | 41.94 | 52.7 | 68.28 | - |
| YUV | 181.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 209 | 0.40 | 0.02 | 0 | 0.18 | 182.89 | 0.47 | 0.66 |
| Hex | 7E | CD | D1 | 28 | 2 | 0 | 12 | B7 | 2F | 42 |
| Octal | 176 | 315 | 321 | 50 | 2 | 0 | 22 | 267 | 57 | 102 |
| Binary | 1111110 | 11001101 | 11010001 | 101000 | 10 | 0 | 10010 | 10110111 | 101111 | 1000010 |
Color Harmonies of #7ECDD1
Complementary color
Monochromatic Colors of #7ECDD1
Black with #7ECDD1
Text Example
Text Example
White with #7ECDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECDD1; }
p { color: rgb(126,205,209); }
H1.HeaderClassName
{
color: #7ECDD1;
}
.AnyTagClassName
{
color: #7ECDD1;
}
</style>
background-color css
<style>
a { background-color: #7ECDD1; }
a { background-color: rgb(126,205,209); }
div.DivClassName
{
background-color: #7ECDD1;
}
.BgClassName
{
background-color: #7ECDD1;
}
</style>
border-color css
<style>
span { border-color: #7ECDD1; }
span { border-color: rgb(126,205,209); }
td.TdClassName
{
border-color: #7ECDD1;
}
.TagClassName
{
border-color: #7ECDD1;
}
</style>