Shades of Electric Blue #7CEDEA
Tints of Electric Blue #7CEDEA
RGB
CMYK
RGB Variations
Color information
#7CEDEA (or 0x7CEDEA) is known color: Electric Blue. HEX triplet: 7C, ED and EA. RGB value is (124,237,234). Sum of RGB (Red+Green+Blue) = 124+237+234=595 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.84% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CEDEA is #831215. Grayscale: #CACACA. Windows color (decimal): -8589846 or 15396220. OLE color: 15396220.
HSL color Cylindrical-coordinate representation of color #7CEDEA: hue angle of 178.41º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEDEA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 234 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.07 |
| HSL | 178.41º | 0.76% | 0.71% | - |
| HSV(B) | 178.41º | 0.48% | 0.93% | - |
| XYZ | 53.45 | 70.79 | 88.69 | - |
| YUV | 202.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 234 | 0.48 | 0 | 0.01 | 0.07 | 178.41 | 0.76 | 0.71 |
| Hex | 7C | ED | EA | 30 | 0 | 1 | 7 | B2 | 4C | 47 |
| Octal | 174 | 355 | 352 | 60 | 0 | 1 | 7 | 262 | 114 | 107 |
| Binary | 1111100 | 11101101 | 11101010 | 110000 | 0 | 1 | 111 | 10110010 | 1001100 | 1000111 |
Color Harmonies of #7CEDEA
Complementary color
Monochromatic Colors of #7CEDEA
Black with #7CEDEA
Text Example
Text Example
White with #7CEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEDEA; }
p { color: rgb(124,237,234); }
H1.HeaderClassName
{
color: #7CEDEA;
}
.AnyTagClassName
{
color: #7CEDEA;
}
</style>
background-color css
<style>
a { background-color: #7CEDEA; }
a { background-color: rgb(124,237,234); }
div.DivClassName
{
background-color: #7CEDEA;
}
.BgClassName
{
background-color: #7CEDEA;
}
</style>
border-color css
<style>
span { border-color: #7CEDEA; }
span { border-color: rgb(124,237,234); }
td.TdClassName
{
border-color: #7CEDEA;
}
.TagClassName
{
border-color: #7CEDEA;
}
</style>