Shades of Spray #7ECDDD
Tints of Spray #7ECDDD
RGB
CMYK
RGB Variations
Color information
#7ECDDD (or 0x7ECDDD) is known color: Spray. HEX triplet: 7E, CD and DD. RGB value is (126,205,221). Sum of RGB (Red+Green+Blue) = 126+205+221=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ECDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDDD is #813222. Grayscale: #B7B7B7. Windows color (decimal): -8466979 or 14536062. OLE color: 14536062.
HSL color Cylindrical-coordinate representation of color #7ECDDD: hue angle of 190.11º 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 #7ECDDD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 126 | 205 | 221 | - |
CMYK | 0.43 | 0.07 | 0 | 0.13 |
HSL | 190.11º | 0.58% | 0.68% | - |
HSV(B) | 190.11º | 0.43% | 0.87% | - |
XYZ | 43.49 | 53.32 | 76.41 | - |
YUV | 183.2 | 149.33 | 87.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 205 | 221 | 0.43 | 0.07 | 0 | 0.13 | 190.11 | 0.58 | 0.68 |
Hex | 7E | CD | DD | 2B | 7 | 0 | D | BE | 3A | 44 |
Octal | 176 | 315 | 335 | 53 | 7 | 0 | 15 | 276 | 72 | 104 |
Binary | 1111110 | 11001101 | 11011101 | 101011 | 111 | 0 | 1101 | 10111110 | 111010 | 1000100 |
Color Harmonies of #7ECDDD
Complementary color
Monochromatic Colors of #7ECDDD
Black with #7ECDDD
Text Example
Text Example
White with #7ECDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECDDD; }
p { color: rgb(126,205,221); }
H1.HeaderClassName
{
color: #7ECDDD;
}
.AnyTagClassName
{
color: #7ECDDD;
}
</style>
background-color css
<style>
a { background-color: #7ECDDD; }
a { background-color: rgb(126,205,221); }
div.DivClassName
{
background-color: #7ECDDD;
}
.BgClassName
{
background-color: #7ECDDD;
}
</style>
border-color css
<style>
span { border-color: #7ECDDD; }
span { border-color: rgb(126,205,221); }
td.TdClassName
{
border-color: #7ECDDD;
}
.TagClassName
{
border-color: #7ECDDD;
}
</style>