Shades of Spray #7EC8DF
Tints of Spray #7EC8DF
RGB
CMYK
RGB Variations
Color information
#7EC8DF (or 0x7EC8DF) is known color: Spray. HEX triplet: 7E, C8 and DF. RGB value is (126,200,223). Sum of RGB (Red+Green+Blue) = 126+200+223=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EC8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8DF is #813720. Grayscale: #B4B4B4. Windows color (decimal): -8468257 or 14665854. OLE color: 14665854.
HSL color Cylindrical-coordinate representation of color #7EC8DF: hue angle of 194.23º 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 #7EC8DF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 200 | 223 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.13 |
| HSL | 194.23º | 0.6% | 0.68% | - |
| HSV(B) | 194.23º | 0.43% | 0.87% | - |
| XYZ | 42.58 | 51.07 | 77.43 | - |
| YUV | 180.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 223 | 0.43 | 0.10 | 0 | 0.13 | 194.23 | 0.6 | 0.68 |
| Hex | 7E | C8 | DF | 2B | A | 0 | D | C2 | 3C | 44 |
| Octal | 176 | 310 | 337 | 53 | 12 | 0 | 15 | 302 | 74 | 104 |
| Binary | 1111110 | 11001000 | 11011111 | 101011 | 1010 | 0 | 1101 | 11000010 | 111100 | 1000100 |
Color Harmonies of #7EC8DF
Complementary color
Monochromatic Colors of #7EC8DF
Black with #7EC8DF
Text Example
Text Example
White with #7EC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC8DF; }
p { color: rgb(126,200,223); }
H1.HeaderClassName
{
color: #7EC8DF;
}
.AnyTagClassName
{
color: #7EC8DF;
}
</style>
background-color css
<style>
a { background-color: #7EC8DF; }
a { background-color: rgb(126,200,223); }
div.DivClassName
{
background-color: #7EC8DF;
}
.BgClassName
{
background-color: #7EC8DF;
}
</style>
border-color css
<style>
span { border-color: #7EC8DF; }
span { border-color: rgb(126,200,223); }
td.TdClassName
{
border-color: #7EC8DF;
}
.TagClassName
{
border-color: #7EC8DF;
}
</style>