Shades of Spray #7ECFDF
Tints of Spray #7ECFDF
RGB
CMYK
RGB Variations
Color information
#7ECFDF (or 0x7ECFDF) is known color: Spray. HEX triplet: 7E, CF and DF. RGB value is (126,207,223). Sum of RGB (Red+Green+Blue) = 126+207+223=556 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.66% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ECFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFDF is #813020. Grayscale: #B8B8B8. Windows color (decimal): -8466465 or 14667646. OLE color: 14667646.
HSL color Cylindrical-coordinate representation of color #7ECFDF: hue angle of 189.9º degrees, saturation: 0.6, 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 #7ECFDF is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 207 | 223 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.13 |
| HSL | 189.9º | 0.6% | 0.68% | - |
| HSV(B) | 189.9º | 0.43% | 0.87% | - |
| XYZ | 44.24 | 54.39 | 77.98 | - |
| YUV | 184.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 223 | 0.43 | 0.07 | 0 | 0.13 | 189.9 | 0.6 | 0.68 |
| Hex | 7E | CF | DF | 2B | 7 | 0 | D | BE | 3C | 44 |
| Octal | 176 | 317 | 337 | 53 | 7 | 0 | 15 | 276 | 74 | 104 |
| Binary | 1111110 | 11001111 | 11011111 | 101011 | 111 | 0 | 1101 | 10111110 | 111100 | 1000100 |
Color Harmonies of #7ECFDF
Complementary color
Monochromatic Colors of #7ECFDF
Black with #7ECFDF
Text Example
Text Example
White with #7ECFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECFDF; }
p { color: rgb(126,207,223); }
H1.HeaderClassName
{
color: #7ECFDF;
}
.AnyTagClassName
{
color: #7ECFDF;
}
</style>
background-color css
<style>
a { background-color: #7ECFDF; }
a { background-color: rgb(126,207,223); }
div.DivClassName
{
background-color: #7ECFDF;
}
.BgClassName
{
background-color: #7ECFDF;
}
</style>
border-color css
<style>
span { border-color: #7ECFDF; }
span { border-color: rgb(126,207,223); }
td.TdClassName
{
border-color: #7ECFDF;
}
.TagClassName
{
border-color: #7ECFDF;
}
</style>