Shades of Electric Blue #7CEDEE
Tints of Electric Blue #7CEDEE
RGB
CMYK
RGB Variations
Color information
#7CEDEE (or 0x7CEDEE) is known color: Electric Blue. HEX triplet: 7C, ED and EE. RGB value is (124,237,238). Sum of RGB (Red+Green+Blue) = 124+237+238=599 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.70% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #7CEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CEDEE is #831211. Grayscale: #CBCBCB. Windows color (decimal): -8589842 or 15658364. OLE color: 15658364.
HSL color Cylindrical-coordinate representation of color #7CEDEE: hue angle of 180.53º degrees, saturation: 0.77, 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 #7CEDEE is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 238 | - |
| CMYK | 0.48 | 0.00 | 0 | 0.07 |
| HSL | 180.53º | 0.77% | 0.71% | - |
| HSV(B) | 180.53º | 0.48% | 0.93% | - |
| XYZ | 54.03 | 71.03 | 91.75 | - |
| YUV | 203.33 | 147.56 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 238 | 0.48 | 0.00 | 0 | 0.07 | 180.53 | 0.77 | 0.71 |
| Hex | 7C | ED | EE | 30 | 0 | 0 | 7 | B5 | 4D | 47 |
| Octal | 174 | 355 | 356 | 60 | 0 | 0 | 7 | 265 | 115 | 107 |
| Binary | 1111100 | 11101101 | 11101110 | 110000 | 0 | 0 | 111 | 10110101 | 1001101 | 1000111 |
Color Harmonies of #7CEDEE
Complementary color
Monochromatic Colors of #7CEDEE
Black with #7CEDEE
Text Example
Text Example
White with #7CEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEDEE; }
p { color: rgb(124,237,238); }
H1.HeaderClassName
{
color: #7CEDEE;
}
.AnyTagClassName
{
color: #7CEDEE;
}
</style>
background-color css
<style>
a { background-color: #7CEDEE; }
a { background-color: rgb(124,237,238); }
div.DivClassName
{
background-color: #7CEDEE;
}
.BgClassName
{
background-color: #7CEDEE;
}
</style>
border-color css
<style>
span { border-color: #7CEDEE; }
span { border-color: rgb(124,237,238); }
td.TdClassName
{
border-color: #7CEDEE;
}
.TagClassName
{
border-color: #7CEDEE;
}
</style>