Shades of Electric Blue #7DF9EE
Tints of Electric Blue #7DF9EE
RGB
CMYK
RGB Variations
Color information
#7DF9EE (or 0x7DF9EE) is known color: Electric Blue. HEX triplet: 7D, F9 and EE. RGB value is (125,249,238). Sum of RGB (Red+Green+Blue) = 125+249+238=612 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.42% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF9EE is #820611. Grayscale: #D2D2D2. Windows color (decimal): -8521234 or 15661437. OLE color: 15661437.
HSL color Cylindrical-coordinate representation of color #7DF9EE: hue angle of 174.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9EE is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 238 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.02 |
| HSL | 174.68º | 0.91% | 0.73% | - |
| HSV(B) | 174.68º | 0.5% | 0.98% | - |
| XYZ | 57.77 | 78.28 | 92.95 | - |
| YUV | 210.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 238 | 0.50 | 0 | 0.04 | 0.02 | 174.68 | 0.91 | 0.73 |
| Hex | 7D | F9 | EE | 32 | 0 | 4 | 2 | AF | 5B | 49 |
| Octal | 175 | 371 | 356 | 62 | 0 | 4 | 2 | 257 | 133 | 111 |
| Binary | 1111101 | 11111001 | 11101110 | 110010 | 0 | 100 | 10 | 10101111 | 1011011 | 1001001 |
Color Harmonies of #7DF9EE
Complementary color
Monochromatic Colors of #7DF9EE
Black with #7DF9EE
Text Example
Text Example
White with #7DF9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF9EE; }
p { color: rgb(125,249,238); }
H1.HeaderClassName
{
color: #7DF9EE;
}
.AnyTagClassName
{
color: #7DF9EE;
}
</style>
background-color css
<style>
a { background-color: #7DF9EE; }
a { background-color: rgb(125,249,238); }
div.DivClassName
{
background-color: #7DF9EE;
}
.BgClassName
{
background-color: #7DF9EE;
}
</style>
border-color css
<style>
span { border-color: #7DF9EE; }
span { border-color: rgb(125,249,238); }
td.TdClassName
{
border-color: #7DF9EE;
}
.TagClassName
{
border-color: #7DF9EE;
}
</style>