Shades of Electric Blue #7DE5FF
Tints of Electric Blue #7DE5FF
RGB
CMYK
RGB Variations
Color information
#7DE5FF (or 0x7DE5FF) is known color: Electric Blue. HEX triplet: 7D, E5 and FF. RGB value is (125,229,255). Sum of RGB (Red+Green+Blue) = 125+229+255=609 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.53% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DE5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE5FF is #821A00. Grayscale: #C8C8C8. Windows color (decimal): -8526337 or 16770429. OLE color: 16770429.
HSL color Cylindrical-coordinate representation of color #7DE5FF: hue angle of 192º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DE5FF is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 229 | 255 | - |
| CMYK | 0.51 | 0.10 | 0 | 0 |
| HSL | 192º | 1% | 0.75% | - |
| HSV(B) | 192º | 0.51% | 1% | - |
| XYZ | 54.53 | 67.62 | 104.79 | - |
| YUV | 200.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 255 | 0.51 | 0.10 | 0 | 0 | 192 | 1 | 0.75 |
| Hex | 7D | E5 | FF | 33 | A | 0 | 0 | C0 | 64 | 4B |
| Octal | 175 | 345 | 377 | 63 | 12 | 0 | 0 | 300 | 144 | 113 |
| Binary | 1111101 | 11100101 | 11111111 | 110011 | 1010 | 0 | 0 | 11000000 | 1100100 | 1001011 |
Color Harmonies of #7DE5FF
Complementary color
Monochromatic Colors of #7DE5FF
Black with #7DE5FF
Text Example
Text Example
White with #7DE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE5FF; }
p { color: rgb(125,229,255); }
H1.HeaderClassName
{
color: #7DE5FF;
}
.AnyTagClassName
{
color: #7DE5FF;
}
</style>
background-color css
<style>
a { background-color: #7DE5FF; }
a { background-color: rgb(125,229,255); }
div.DivClassName
{
background-color: #7DE5FF;
}
.BgClassName
{
background-color: #7DE5FF;
}
</style>
border-color css
<style>
span { border-color: #7DE5FF; }
span { border-color: rgb(125,229,255); }
td.TdClassName
{
border-color: #7DE5FF;
}
.TagClassName
{
border-color: #7DE5FF;
}
</style>