Shades of Spray #7EC6DF
Tints of Spray #7EC6DF
RGB
CMYK
RGB Variations
Color information
#7EC6DF (or 0x7EC6DF) is known color: Spray. HEX triplet: 7E, C6 and DF. RGB value is (126,198,223). Sum of RGB (Red+Green+Blue) = 126+198+223=547 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.03% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EC6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC6DF is #813920. Grayscale: #B3B3B3. Windows color (decimal): -8468769 or 14665342. OLE color: 14665342.
HSL color Cylindrical-coordinate representation of color #7EC6DF: hue angle of 195.46º 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 #7EC6DF is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 198 | 223 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.13 |
| HSL | 195.46º | 0.6% | 0.68% | - |
| HSV(B) | 195.46º | 0.43% | 0.87% | - |
| XYZ | 42.12 | 50.15 | 77.27 | - |
| YUV | 179.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 223 | 0.43 | 0.11 | 0 | 0.13 | 195.46 | 0.6 | 0.68 |
| Hex | 7E | C6 | DF | 2B | B | 0 | D | C3 | 3C | 44 |
| Octal | 176 | 306 | 337 | 53 | 13 | 0 | 15 | 303 | 74 | 104 |
| Binary | 1111110 | 11000110 | 11011111 | 101011 | 1011 | 0 | 1101 | 11000011 | 111100 | 1000100 |
Color Harmonies of #7EC6DF
Complementary color
Monochromatic Colors of #7EC6DF
Black with #7EC6DF
Text Example
Text Example
White with #7EC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC6DF; }
p { color: rgb(126,198,223); }
H1.HeaderClassName
{
color: #7EC6DF;
}
.AnyTagClassName
{
color: #7EC6DF;
}
</style>
background-color css
<style>
a { background-color: #7EC6DF; }
a { background-color: rgb(126,198,223); }
div.DivClassName
{
background-color: #7EC6DF;
}
.BgClassName
{
background-color: #7EC6DF;
}
</style>
border-color css
<style>
span { border-color: #7EC6DF; }
span { border-color: rgb(126,198,223); }
td.TdClassName
{
border-color: #7EC6DF;
}
.TagClassName
{
border-color: #7EC6DF;
}
</style>