Shades of Spray #7EC1DB
Tints of Spray #7EC1DB
RGB
CMYK
RGB Variations
Color information
#7EC1DB (or 0x7EC1DB) is known color: Spray. HEX triplet: 7E, C1 and DB. RGB value is (126,193,219). Sum of RGB (Red+Green+Blue) = 126+193+219=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EC1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC1DB is #813E24. Grayscale: #AFAFAF. Windows color (decimal): -8470053 or 14401918. OLE color: 14401918.
HSL color Cylindrical-coordinate representation of color #7EC1DB: hue angle of 196.77º 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 #7EC1DB is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 126 | 193 | 219 | - |
CMYK | 0.42 | 0.12 | 0 | 0.14 |
HSL | 196.77º | 0.56% | 0.68% | - |
HSV(B) | 196.77º | 0.42% | 0.86% | - |
XYZ | 40.46 | 47.69 | 74.09 | - |
YUV | 175.93 | 152.3 | 92.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 193 | 219 | 0.42 | 0.12 | 0 | 0.14 | 196.77 | 0.56 | 0.68 |
Hex | 7E | C1 | DB | 2A | C | 0 | E | C5 | 38 | 44 |
Octal | 176 | 301 | 333 | 52 | 14 | 0 | 16 | 305 | 70 | 104 |
Binary | 1111110 | 11000001 | 11011011 | 101010 | 1100 | 0 | 1110 | 11000101 | 111000 | 1000100 |
Color Harmonies of #7EC1DB
Complementary color
Monochromatic Colors of #7EC1DB
Black with #7EC1DB
Text Example
Text Example
White with #7EC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC1DB; }
p { color: rgb(126,193,219); }
H1.HeaderClassName
{
color: #7EC1DB;
}
.AnyTagClassName
{
color: #7EC1DB;
}
</style>
background-color css
<style>
a { background-color: #7EC1DB; }
a { background-color: rgb(126,193,219); }
div.DivClassName
{
background-color: #7EC1DB;
}
.BgClassName
{
background-color: #7EC1DB;
}
</style>
border-color css
<style>
span { border-color: #7EC1DB; }
span { border-color: rgb(126,193,219); }
td.TdClassName
{
border-color: #7EC1DB;
}
.TagClassName
{
border-color: #7EC1DB;
}
</style>