Shades of Electric Blue #7CE8F1
Tints of Electric Blue #7CE8F1
RGB
CMYK
RGB Variations
Color information
#7CE8F1 (or 0x7CE8F1) is known color: Electric Blue. HEX triplet: 7C, E8 and F1. RGB value is (124,232,241). Sum of RGB (Red+Green+Blue) = 124+232+241=597 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.77% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #7CE8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE8F1 is #83170E. Grayscale: #C8C8C8. Windows color (decimal): -8591119 or 15853692. OLE color: 15853692.
HSL color Cylindrical-coordinate representation of color #7CE8F1: hue angle of 184.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CE8F1 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 232 | 241 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.05 |
| HSL | 184.62º | 0.81% | 0.72% | - |
| HSV(B) | 184.62º | 0.49% | 0.95% | - |
| XYZ | 53.05 | 68.35 | 93.62 | - |
| YUV | 200.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 241 | 0.49 | 0.04 | 0 | 0.05 | 184.62 | 0.81 | 0.72 |
| Hex | 7C | E8 | F1 | 31 | 4 | 0 | 5 | B9 | 51 | 48 |
| Octal | 174 | 350 | 361 | 61 | 4 | 0 | 5 | 271 | 121 | 110 |
| Binary | 1111100 | 11101000 | 11110001 | 110001 | 100 | 0 | 101 | 10111001 | 1010001 | 1001000 |
Color Harmonies of #7CE8F1
Complementary color
Monochromatic Colors of #7CE8F1
Black with #7CE8F1
Text Example
Text Example
White with #7CE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE8F1; }
p { color: rgb(124,232,241); }
H1.HeaderClassName
{
color: #7CE8F1;
}
.AnyTagClassName
{
color: #7CE8F1;
}
</style>
background-color css
<style>
a { background-color: #7CE8F1; }
a { background-color: rgb(124,232,241); }
div.DivClassName
{
background-color: #7CE8F1;
}
.BgClassName
{
background-color: #7CE8F1;
}
</style>
border-color css
<style>
span { border-color: #7CE8F1; }
span { border-color: rgb(124,232,241); }
td.TdClassName
{
border-color: #7CE8F1;
}
.TagClassName
{
border-color: #7CE8F1;
}
</style>