Shades of Spray #7EDBDC
Tints of Spray #7EDBDC
RGB
CMYK
RGB Variations
Color information
#7EDBDC (or 0x7EDBDC) is known color: Spray. HEX triplet: 7E, DB and DC. RGB value is (126,219,220). Sum of RGB (Red+Green+Blue) = 126+219+220=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EDBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBDC is #812423. Grayscale: #BFBFBF. Windows color (decimal): -8463396 or 14474110. OLE color: 14474110.
HSL color Cylindrical-coordinate representation of color #7EDBDC: hue angle of 180.64º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDBDC is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 220 | - |
| CMYK | 0.43 | 0.00 | 0 | 0.14 |
| HSL | 180.64º | 0.57% | 0.68% | - |
| HSV(B) | 180.64º | 0.43% | 0.86% | - |
| XYZ | 46.85 | 60.27 | 76.87 | - |
| YUV | 191.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 220 | 0.43 | 0.00 | 0 | 0.14 | 180.64 | 0.57 | 0.68 |
| Hex | 7E | DB | DC | 2B | 0 | 0 | E | B5 | 39 | 44 |
| Octal | 176 | 333 | 334 | 53 | 0 | 0 | 16 | 265 | 71 | 104 |
| Binary | 1111110 | 11011011 | 11011100 | 101011 | 0 | 0 | 1110 | 10110101 | 111001 | 1000100 |
Color Harmonies of #7EDBDC
Complementary color
Monochromatic Colors of #7EDBDC
Black with #7EDBDC
Text Example
Text Example
White with #7EDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDBDC; }
p { color: rgb(126,219,220); }
H1.HeaderClassName
{
color: #7EDBDC;
}
.AnyTagClassName
{
color: #7EDBDC;
}
</style>
background-color css
<style>
a { background-color: #7EDBDC; }
a { background-color: rgb(126,219,220); }
div.DivClassName
{
background-color: #7EDBDC;
}
.BgClassName
{
background-color: #7EDBDC;
}
</style>
border-color css
<style>
span { border-color: #7EDBDC; }
span { border-color: rgb(126,219,220); }
td.TdClassName
{
border-color: #7EDBDC;
}
.TagClassName
{
border-color: #7EDBDC;
}
</style>