Shades of Spray #7ECBDB
Tints of Spray #7ECBDB
RGB
CMYK
RGB Variations
Color information
#7ECBDB (or 0x7ECBDB) is known color: Spray. HEX triplet: 7E, CB and DB. RGB value is (126,203,219). Sum of RGB (Red+Green+Blue) = 126+203+219=548 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.99% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ECBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBDB is #813424. Grayscale: #B5B5B5. Windows color (decimal): -8467493 or 14404478. OLE color: 14404478.
HSL color Cylindrical-coordinate representation of color #7ECBDB: hue angle of 190.32º 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 #7ECBDB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 203 | 219 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.14 |
| HSL | 190.32º | 0.56% | 0.68% | - |
| HSV(B) | 190.32º | 0.42% | 0.86% | - |
| XYZ | 42.75 | 52.26 | 74.85 | - |
| YUV | 181.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 219 | 0.42 | 0.07 | 0 | 0.14 | 190.32 | 0.56 | 0.68 |
| Hex | 7E | CB | DB | 2A | 7 | 0 | E | BE | 38 | 44 |
| Octal | 176 | 313 | 333 | 52 | 7 | 0 | 16 | 276 | 70 | 104 |
| Binary | 1111110 | 11001011 | 11011011 | 101010 | 111 | 0 | 1110 | 10111110 | 111000 | 1000100 |
Color Harmonies of #7ECBDB
Complementary color
Monochromatic Colors of #7ECBDB
Black with #7ECBDB
Text Example
Text Example
White with #7ECBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECBDB; }
p { color: rgb(126,203,219); }
H1.HeaderClassName
{
color: #7ECBDB;
}
.AnyTagClassName
{
color: #7ECBDB;
}
</style>
background-color css
<style>
a { background-color: #7ECBDB; }
a { background-color: rgb(126,203,219); }
div.DivClassName
{
background-color: #7ECBDB;
}
.BgClassName
{
background-color: #7ECBDB;
}
</style>
border-color css
<style>
span { border-color: #7ECBDB; }
span { border-color: rgb(126,203,219); }
td.TdClassName
{
border-color: #7ECBDB;
}
.TagClassName
{
border-color: #7ECBDB;
}
</style>