Shades of Spray #7ED0E7
Tints of Spray #7ED0E7
RGB
CMYK
RGB Variations
Color information
#7ED0E7 (or 0x7ED0E7) is known color: Spray. HEX triplet: 7E, D0 and E7. RGB value is (126,208,231). Sum of RGB (Red+Green+Blue) = 126+208+231=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #7ED0E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED0E7 is #812F18. Grayscale: #B9B9B9. Windows color (decimal): -8466201 or 15192190. OLE color: 15192190.
HSL color Cylindrical-coordinate representation of color #7ED0E7: hue angle of 193.14º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ED0E7 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 208 | 231 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.09 |
| HSL | 193.14º | 0.69% | 0.7% | - |
| HSV(B) | 193.14º | 0.45% | 0.91% | - |
| XYZ | 45.58 | 55.32 | 83.88 | - |
| YUV | 186.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 231 | 0.45 | 0.10 | 0 | 0.09 | 193.14 | 0.69 | 0.7 |
| Hex | 7E | D0 | E7 | 2D | A | 0 | 9 | C1 | 45 | 46 |
| Octal | 176 | 320 | 347 | 55 | 12 | 0 | 11 | 301 | 105 | 106 |
| Binary | 1111110 | 11010000 | 11100111 | 101101 | 1010 | 0 | 1001 | 11000001 | 1000101 | 1000110 |
Color Harmonies of #7ED0E7
Complementary color
Monochromatic Colors of #7ED0E7
Black with #7ED0E7
Text Example
Text Example
White with #7ED0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0E7; }
p { color: rgb(126,208,231); }
H1.HeaderClassName
{
color: #7ED0E7;
}
.AnyTagClassName
{
color: #7ED0E7;
}
</style>
background-color css
<style>
a { background-color: #7ED0E7; }
a { background-color: rgb(126,208,231); }
div.DivClassName
{
background-color: #7ED0E7;
}
.BgClassName
{
background-color: #7ED0E7;
}
</style>
border-color css
<style>
span { border-color: #7ED0E7; }
span { border-color: rgb(126,208,231); }
td.TdClassName
{
border-color: #7ED0E7;
}
.TagClassName
{
border-color: #7ED0E7;
}
</style>