Shades of Spray #7EC9DB
Tints of Spray #7EC9DB
RGB
CMYK
RGB Variations
Color information
#7EC9DB (or 0x7EC9DB) is known color: Spray. HEX triplet: 7E, C9 and DB. RGB value is (126,201,219). Sum of RGB (Red+Green+Blue) = 126+201+219=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EC9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC9DB is #813624. Grayscale: #B4B4B4. Windows color (decimal): -8468005 or 14403966. OLE color: 14403966.
HSL color Cylindrical-coordinate representation of color #7EC9DB: hue angle of 191.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EC9DB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 201 | 219 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.14 |
| HSL | 191.61º | 0.56% | 0.68% | - |
| HSV(B) | 191.61º | 0.42% | 0.86% | - |
| XYZ | 42.28 | 51.32 | 74.7 | - |
| YUV | 180.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 219 | 0.42 | 0.08 | 0 | 0.14 | 191.61 | 0.56 | 0.68 |
| Hex | 7E | C9 | DB | 2A | 8 | 0 | E | C0 | 38 | 44 |
| Octal | 176 | 311 | 333 | 52 | 10 | 0 | 16 | 300 | 70 | 104 |
| Binary | 1111110 | 11001001 | 11011011 | 101010 | 1000 | 0 | 1110 | 11000000 | 111000 | 1000100 |
Color Harmonies of #7EC9DB
Complementary color
Monochromatic Colors of #7EC9DB
Black with #7EC9DB
Text Example
Text Example
White with #7EC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC9DB; }
p { color: rgb(126,201,219); }
H1.HeaderClassName
{
color: #7EC9DB;
}
.AnyTagClassName
{
color: #7EC9DB;
}
</style>
background-color css
<style>
a { background-color: #7EC9DB; }
a { background-color: rgb(126,201,219); }
div.DivClassName
{
background-color: #7EC9DB;
}
.BgClassName
{
background-color: #7EC9DB;
}
</style>
border-color css
<style>
span { border-color: #7EC9DB; }
span { border-color: rgb(126,201,219); }
td.TdClassName
{
border-color: #7EC9DB;
}
.TagClassName
{
border-color: #7EC9DB;
}
</style>