Shades of Electric Blue #7CEDFE
Tints of Electric Blue #7CEDFE
RGB
CMYK
RGB Variations
Color information
#7CEDFE (or 0x7CEDFE) is known color: Electric Blue. HEX triplet: 7C, ED and FE. RGB value is (124,237,254). Sum of RGB (Red+Green+Blue) = 124+237+254=615 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.16% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CEDFE is #831201. Grayscale: #CCCCCC. Windows color (decimal): -8589826 or 16706940. OLE color: 16706940.
HSL color Cylindrical-coordinate representation of color #7CEDFE: hue angle of 187.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CEDFE is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 237 | 254 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.00 |
| HSL | 187.85º | 0.98% | 0.74% | - |
| HSV(B) | 187.85º | 0.51% | 1% | - |
| XYZ | 56.49 | 72.01 | 104.69 | - |
| YUV | 205.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 254 | 0.51 | 0.07 | 0 | 0.00 | 187.85 | 0.98 | 0.74 |
| Hex | 7C | ED | FE | 33 | 7 | 0 | 0 | BC | 62 | 4A |
| Octal | 174 | 355 | 376 | 63 | 7 | 0 | 0 | 274 | 142 | 112 |
| Binary | 1111100 | 11101101 | 11111110 | 110011 | 111 | 0 | 0 | 10111100 | 1100010 | 1001010 |
Color Harmonies of #7CEDFE
Complementary color
Monochromatic Colors of #7CEDFE
Black with #7CEDFE
Text Example
Text Example
White with #7CEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEDFE; }
p { color: rgb(124,237,254); }
H1.HeaderClassName
{
color: #7CEDFE;
}
.AnyTagClassName
{
color: #7CEDFE;
}
</style>
background-color css
<style>
a { background-color: #7CEDFE; }
a { background-color: rgb(124,237,254); }
div.DivClassName
{
background-color: #7CEDFE;
}
.BgClassName
{
background-color: #7CEDFE;
}
</style>
border-color css
<style>
span { border-color: #7CEDFE; }
span { border-color: rgb(124,237,254); }
td.TdClassName
{
border-color: #7CEDFE;
}
.TagClassName
{
border-color: #7CEDFE;
}
</style>