Shades of Spray #7EC1DD
Tints of Spray #7EC1DD
RGB
CMYK
RGB Variations
Color information
#7EC1DD (or 0x7EC1DD) is known color: Spray. HEX triplet: 7E, C1 and DD. RGB value is (126,193,221). Sum of RGB (Red+Green+Blue) = 126+193+221=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EC1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC1DD is #813E22. Grayscale: #AFAFAF. Windows color (decimal): -8470051 or 14532990. OLE color: 14532990.
HSL color Cylindrical-coordinate representation of color #7EC1DD: hue angle of 197.68º 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 #7EC1DD is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 193 | 221 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.13 |
| HSL | 197.68º | 0.58% | 0.68% | - |
| HSV(B) | 197.68º | 0.43% | 0.87% | - |
| XYZ | 40.73 | 47.8 | 75.49 | - |
| YUV | 176.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 221 | 0.43 | 0.13 | 0 | 0.13 | 197.68 | 0.58 | 0.68 |
| Hex | 7E | C1 | DD | 2B | D | 0 | D | C6 | 3A | 44 |
| Octal | 176 | 301 | 335 | 53 | 15 | 0 | 15 | 306 | 72 | 104 |
| Binary | 1111110 | 11000001 | 11011101 | 101011 | 1101 | 0 | 1101 | 11000110 | 111010 | 1000100 |
Color Harmonies of #7EC1DD
Complementary color
Monochromatic Colors of #7EC1DD
Black with #7EC1DD
Text Example
Text Example
White with #7EC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC1DD; }
p { color: rgb(126,193,221); }
H1.HeaderClassName
{
color: #7EC1DD;
}
.AnyTagClassName
{
color: #7EC1DD;
}
</style>
background-color css
<style>
a { background-color: #7EC1DD; }
a { background-color: rgb(126,193,221); }
div.DivClassName
{
background-color: #7EC1DD;
}
.BgClassName
{
background-color: #7EC1DD;
}
</style>
border-color css
<style>
span { border-color: #7EC1DD; }
span { border-color: rgb(126,193,221); }
td.TdClassName
{
border-color: #7EC1DD;
}
.TagClassName
{
border-color: #7EC1DD;
}
</style>