Shades of Electric Blue #7DE4FC
Tints of Electric Blue #7DE4FC
RGB
CMYK
RGB Variations
Color information
#7DE4FC (or 0x7DE4FC) is known color: Electric Blue. HEX triplet: 7D, E4 and FC. RGB value is (125,228,252). Sum of RGB (Red+Green+Blue) = 125+228+252=605 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.66% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DE4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE4FC is #821B03. Grayscale: #C7C7C7. Windows color (decimal): -8526596 or 16573565. OLE color: 16573565.
HSL color Cylindrical-coordinate representation of color #7DE4FC: hue angle of 191.34º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE4FC is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 228 | 252 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.01 |
| HSL | 191.34º | 0.95% | 0.74% | - |
| HSV(B) | 191.34º | 0.5% | 0.99% | - |
| XYZ | 53.77 | 66.88 | 102.17 | - |
| YUV | 199.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 252 | 0.50 | 0.10 | 0 | 0.01 | 191.34 | 0.95 | 0.74 |
| Hex | 7D | E4 | FC | 32 | A | 0 | 1 | BF | 5F | 4A |
| Octal | 175 | 344 | 374 | 62 | 12 | 0 | 1 | 277 | 137 | 112 |
| Binary | 1111101 | 11100100 | 11111100 | 110010 | 1010 | 0 | 1 | 10111111 | 1011111 | 1001010 |
Color Harmonies of #7DE4FC
Complementary color
Monochromatic Colors of #7DE4FC
Black with #7DE4FC
Text Example
Text Example
White with #7DE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE4FC; }
p { color: rgb(125,228,252); }
H1.HeaderClassName
{
color: #7DE4FC;
}
.AnyTagClassName
{
color: #7DE4FC;
}
</style>
background-color css
<style>
a { background-color: #7DE4FC; }
a { background-color: rgb(125,228,252); }
div.DivClassName
{
background-color: #7DE4FC;
}
.BgClassName
{
background-color: #7DE4FC;
}
</style>
border-color css
<style>
span { border-color: #7DE4FC; }
span { border-color: rgb(125,228,252); }
td.TdClassName
{
border-color: #7DE4FC;
}
.TagClassName
{
border-color: #7DE4FC;
}
</style>