Shades of Electric Blue #7CE5F8
Tints of Electric Blue #7CE5F8
RGB
CMYK
RGB Variations
Color information
#7CE5F8 (or 0x7CE5F8) is known color: Electric Blue. HEX triplet: 7C, E5 and F8. RGB value is (124,229,248). Sum of RGB (Red+Green+Blue) = 124+229+248=601 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.63% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #7CE5F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE5F8 is #831A07. Grayscale: #C7C7C7. Windows color (decimal): -8591880 or 16311676. OLE color: 16311676.
HSL color Cylindrical-coordinate representation of color #7CE5F8: hue angle of 189.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CE5F8 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 229 | 248 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.03 |
| HSL | 189.19º | 0.9% | 0.73% | - |
| HSV(B) | 189.19º | 0.5% | 0.97% | - |
| XYZ | 53.27 | 67.1 | 98.95 | - |
| YUV | 199.77 | 155.21 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 248 | 0.5 | 0.08 | 0 | 0.03 | 189.19 | 0.9 | 0.73 |
| Hex | 7C | E5 | F8 | 32 | 8 | 0 | 3 | BD | 5A | 49 |
| Octal | 174 | 345 | 370 | 62 | 10 | 0 | 3 | 275 | 132 | 111 |
| Binary | 1111100 | 11100101 | 11111000 | 110010 | 1000 | 0 | 11 | 10111101 | 1011010 | 1001001 |
Color Harmonies of #7CE5F8
Complementary color
Monochromatic Colors of #7CE5F8
Black with #7CE5F8
Text Example
Text Example
White with #7CE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5F8; }
p { color: rgb(124,229,248); }
H1.HeaderClassName
{
color: #7CE5F8;
}
.AnyTagClassName
{
color: #7CE5F8;
}
</style>
background-color css
<style>
a { background-color: #7CE5F8; }
a { background-color: rgb(124,229,248); }
div.DivClassName
{
background-color: #7CE5F8;
}
.BgClassName
{
background-color: #7CE5F8;
}
</style>
border-color css
<style>
span { border-color: #7CE5F8; }
span { border-color: rgb(124,229,248); }
td.TdClassName
{
border-color: #7CE5F8;
}
.TagClassName
{
border-color: #7CE5F8;
}
</style>