Shades of Electric Blue #7DEDF1
Tints of Electric Blue #7DEDF1
RGB
CMYK
RGB Variations
Color information
#7DEDF1 (or 0x7DEDF1) is known color: Electric Blue. HEX triplet: 7D, ED and F1. RGB value is (125,237,241). Sum of RGB (Red+Green+Blue) = 125+237+241=603 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.73% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DEDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEDF1 is #82120E. Grayscale: #CBCBCB. Windows color (decimal): -8524303 or 15854973. OLE color: 15854973.
HSL color Cylindrical-coordinate representation of color #7DEDF1: hue angle of 182.07º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEDF1 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 237 | 241 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.05 |
| HSL | 182.07º | 0.81% | 0.72% | - |
| HSV(B) | 182.07º | 0.48% | 0.95% | - |
| XYZ | 54.62 | 71.28 | 94.1 | - |
| YUV | 203.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 241 | 0.48 | 0.02 | 0 | 0.05 | 182.07 | 0.81 | 0.72 |
| Hex | 7D | ED | F1 | 30 | 2 | 0 | 5 | B6 | 51 | 48 |
| Octal | 175 | 355 | 361 | 60 | 2 | 0 | 5 | 266 | 121 | 110 |
| Binary | 1111101 | 11101101 | 11110001 | 110000 | 10 | 0 | 101 | 10110110 | 1010001 | 1001000 |
Color Harmonies of #7DEDF1
Complementary color
Monochromatic Colors of #7DEDF1
Black with #7DEDF1
Text Example
Text Example
White with #7DEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDF1; }
p { color: rgb(125,237,241); }
H1.HeaderClassName
{
color: #7DEDF1;
}
.AnyTagClassName
{
color: #7DEDF1;
}
</style>
background-color css
<style>
a { background-color: #7DEDF1; }
a { background-color: rgb(125,237,241); }
div.DivClassName
{
background-color: #7DEDF1;
}
.BgClassName
{
background-color: #7DEDF1;
}
</style>
border-color css
<style>
span { border-color: #7DEDF1; }
span { border-color: rgb(125,237,241); }
td.TdClassName
{
border-color: #7DEDF1;
}
.TagClassName
{
border-color: #7DEDF1;
}
</style>