Shades of Electric Blue #7DE4F9
Tints of Electric Blue #7DE4F9
RGB
CMYK
RGB Variations
Color information
#7DE4F9 (or 0x7DE4F9) is known color: Electric Blue. HEX triplet: 7D, E4 and F9. RGB value is (125,228,249). Sum of RGB (Red+Green+Blue) = 125+228+249=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #7DE4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE4F9 is #821B06. Grayscale: #C7C7C7. Windows color (decimal): -8526599 or 16376957. OLE color: 16376957.
HSL color Cylindrical-coordinate representation of color #7DE4F9: hue angle of 190.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE4F9 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 228 | 249 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.02 |
| HSL | 190.16º | 0.91% | 0.73% | - |
| HSV(B) | 190.16º | 0.5% | 0.98% | - |
| XYZ | 53.3 | 66.69 | 99.69 | - |
| YUV | 199.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 249 | 0.50 | 0.08 | 0 | 0.02 | 190.16 | 0.91 | 0.73 |
| Hex | 7D | E4 | F9 | 32 | 8 | 0 | 2 | BE | 5B | 49 |
| Octal | 175 | 344 | 371 | 62 | 10 | 0 | 2 | 276 | 133 | 111 |
| Binary | 1111101 | 11100100 | 11111001 | 110010 | 1000 | 0 | 10 | 10111110 | 1011011 | 1001001 |
Color Harmonies of #7DE4F9
Complementary color
Monochromatic Colors of #7DE4F9
Black with #7DE4F9
Text Example
Text Example
White with #7DE4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE4F9; }
p { color: rgb(125,228,249); }
H1.HeaderClassName
{
color: #7DE4F9;
}
.AnyTagClassName
{
color: #7DE4F9;
}
</style>
background-color css
<style>
a { background-color: #7DE4F9; }
a { background-color: rgb(125,228,249); }
div.DivClassName
{
background-color: #7DE4F9;
}
.BgClassName
{
background-color: #7DE4F9;
}
</style>
border-color css
<style>
span { border-color: #7DE4F9; }
span { border-color: rgb(125,228,249); }
td.TdClassName
{
border-color: #7DE4F9;
}
.TagClassName
{
border-color: #7DE4F9;
}
</style>