Shades of Electric Blue #7DEAED
Tints of Electric Blue #7DEAED
RGB
CMYK
RGB Variations
Color information
#7DEAED (or 0x7DEAED) is known color: Electric Blue. HEX triplet: 7D, EA and ED. RGB value is (125,234,237). Sum of RGB (Red+Green+Blue) = 125+234+237=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DEAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAED is #821512. Grayscale: #C9C9C9. Windows color (decimal): -8525075 or 15592061. OLE color: 15592061.
HSL color Cylindrical-coordinate representation of color #7DEAED: hue angle of 181.61º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAED is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 234 | 237 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.07 |
| HSL | 181.61º | 0.76% | 0.71% | - |
| HSV(B) | 181.61º | 0.47% | 0.93% | - |
| XYZ | 53.17 | 69.32 | 90.7 | - |
| YUV | 201.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 234 | 237 | 0.47 | 0.01 | 0 | 0.07 | 181.61 | 0.76 | 0.71 |
| Hex | 7D | EA | ED | 2F | 1 | 0 | 7 | B6 | 4C | 47 |
| Octal | 175 | 352 | 355 | 57 | 1 | 0 | 7 | 266 | 114 | 107 |
| Binary | 1111101 | 11101010 | 11101101 | 101111 | 1 | 0 | 111 | 10110110 | 1001100 | 1000111 |
Color Harmonies of #7DEAED
Complementary color
Monochromatic Colors of #7DEAED
Black with #7DEAED
Text Example
Text Example
White with #7DEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEAED; }
p { color: rgb(125,234,237); }
H1.HeaderClassName
{
color: #7DEAED;
}
.AnyTagClassName
{
color: #7DEAED;
}
</style>
background-color css
<style>
a { background-color: #7DEAED; }
a { background-color: rgb(125,234,237); }
div.DivClassName
{
background-color: #7DEAED;
}
.BgClassName
{
background-color: #7DEAED;
}
</style>
border-color css
<style>
span { border-color: #7DEAED; }
span { border-color: rgb(125,234,237); }
td.TdClassName
{
border-color: #7DEAED;
}
.TagClassName
{
border-color: #7DEAED;
}
</style>