Shades of Spray #7ECEDD
Tints of Spray #7ECEDD
RGB
CMYK
RGB Variations
Color information
#7ECEDD (or 0x7ECEDD) is known color: Spray. HEX triplet: 7E, CE and DD. RGB value is (126,206,221). Sum of RGB (Red+Green+Blue) = 126+206+221=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ECEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECEDD is #813122. Grayscale: #B7B7B7. Windows color (decimal): -8466723 or 14536318. OLE color: 14536318.
HSL color Cylindrical-coordinate representation of color #7ECEDD: hue angle of 189.47º 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 #7ECEDD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 126 | 206 | 221 | - |
CMYK | 0.43 | 0.07 | 0 | 0.13 |
HSL | 189.47º | 0.58% | 0.68% | - |
HSV(B) | 189.47º | 0.43% | 0.87% | - |
XYZ | 43.73 | 53.8 | 76.49 | - |
YUV | 183.79 | 149 | 86.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 206 | 221 | 0.43 | 0.07 | 0 | 0.13 | 189.47 | 0.58 | 0.68 |
Hex | 7E | CE | DD | 2B | 7 | 0 | D | BD | 3A | 44 |
Octal | 176 | 316 | 335 | 53 | 7 | 0 | 15 | 275 | 72 | 104 |
Binary | 1111110 | 11001110 | 11011101 | 101011 | 111 | 0 | 1101 | 10111101 | 111010 | 1000100 |
Color Harmonies of #7ECEDD
Complementary color
Monochromatic Colors of #7ECEDD
Black with #7ECEDD
Text Example
Text Example
White with #7ECEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEDD; }
p { color: rgb(126,206,221); }
H1.HeaderClassName
{
color: #7ECEDD;
}
.AnyTagClassName
{
color: #7ECEDD;
}
</style>
background-color css
<style>
a { background-color: #7ECEDD; }
a { background-color: rgb(126,206,221); }
div.DivClassName
{
background-color: #7ECEDD;
}
.BgClassName
{
background-color: #7ECEDD;
}
</style>
border-color css
<style>
span { border-color: #7ECEDD; }
span { border-color: rgb(126,206,221); }
td.TdClassName
{
border-color: #7ECEDD;
}
.TagClassName
{
border-color: #7ECEDD;
}
</style>