Shades of Electric Blue #7DE3FD
Tints of Electric Blue #7DE3FD
RGB
CMYK
RGB Variations
Color information
#7DE3FD (or 0x7DE3FD) is known color: Electric Blue. HEX triplet: 7D, E3 and FD. RGB value is (125,227,253). Sum of RGB (Red+Green+Blue) = 125+227+253=605 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.66% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DE3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE3FD is #821C02. Grayscale: #C7C7C7. Windows color (decimal): -8526851 or 16638845. OLE color: 16638845.
HSL color Cylindrical-coordinate representation of color #7DE3FD: hue angle of 192.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DE3FD is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 227 | 253 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.01 |
| HSL | 192.19º | 0.97% | 0.74% | - |
| HSV(B) | 192.19º | 0.51% | 0.99% | - |
| XYZ | 53.66 | 66.39 | 102.92 | - |
| YUV | 199.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 227 | 253 | 0.51 | 0.10 | 0 | 0.01 | 192.19 | 0.97 | 0.74 |
| Hex | 7D | E3 | FD | 33 | A | 0 | 1 | C0 | 61 | 4A |
| Octal | 175 | 343 | 375 | 63 | 12 | 0 | 1 | 300 | 141 | 112 |
| Binary | 1111101 | 11100011 | 11111101 | 110011 | 1010 | 0 | 1 | 11000000 | 1100001 | 1001010 |
Color Harmonies of #7DE3FD
Complementary color
Monochromatic Colors of #7DE3FD
Black with #7DE3FD
Text Example
Text Example
White with #7DE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE3FD; }
p { color: rgb(125,227,253); }
H1.HeaderClassName
{
color: #7DE3FD;
}
.AnyTagClassName
{
color: #7DE3FD;
}
</style>
background-color css
<style>
a { background-color: #7DE3FD; }
a { background-color: rgb(125,227,253); }
div.DivClassName
{
background-color: #7DE3FD;
}
.BgClassName
{
background-color: #7DE3FD;
}
</style>
border-color css
<style>
span { border-color: #7DE3FD; }
span { border-color: rgb(125,227,253); }
td.TdClassName
{
border-color: #7DE3FD;
}
.TagClassName
{
border-color: #7DE3FD;
}
</style>