Shades of Electric Blue #7DE7FA
Tints of Electric Blue #7DE7FA
RGB
CMYK
RGB Variations
Color information
#7DE7FA (or 0x7DE7FA) is known color: Electric Blue. HEX triplet: 7D, E7 and FA. RGB value is (125,231,250). Sum of RGB (Red+Green+Blue) = 125+231+250=606 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.63% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DE7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE7FA is #821805. Grayscale: #C9C9C9. Windows color (decimal): -8525830 or 16443261. OLE color: 16443261.
HSL color Cylindrical-coordinate representation of color #7DE7FA: hue angle of 189.12º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE7FA is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 231 | 250 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.02 |
| HSL | 189.12º | 0.93% | 0.74% | - |
| HSV(B) | 189.12º | 0.5% | 0.98% | - |
| XYZ | 54.29 | 68.41 | 100.79 | - |
| YUV | 201.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 231 | 250 | 0.50 | 0.08 | 0 | 0.02 | 189.12 | 0.93 | 0.74 |
| Hex | 7D | E7 | FA | 32 | 8 | 0 | 2 | BD | 5D | 4A |
| Octal | 175 | 347 | 372 | 62 | 10 | 0 | 2 | 275 | 135 | 112 |
| Binary | 1111101 | 11100111 | 11111010 | 110010 | 1000 | 0 | 10 | 10111101 | 1011101 | 1001010 |
Color Harmonies of #7DE7FA
Complementary color
Monochromatic Colors of #7DE7FA
Black with #7DE7FA
Text Example
Text Example
White with #7DE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE7FA; }
p { color: rgb(125,231,250); }
H1.HeaderClassName
{
color: #7DE7FA;
}
.AnyTagClassName
{
color: #7DE7FA;
}
</style>
background-color css
<style>
a { background-color: #7DE7FA; }
a { background-color: rgb(125,231,250); }
div.DivClassName
{
background-color: #7DE7FA;
}
.BgClassName
{
background-color: #7DE7FA;
}
</style>
border-color css
<style>
span { border-color: #7DE7FA; }
span { border-color: rgb(125,231,250); }
td.TdClassName
{
border-color: #7DE7FA;
}
.TagClassName
{
border-color: #7DE7FA;
}
</style>