Shades of Electric Blue #7DF4EE
Tints of Electric Blue #7DF4EE
RGB
CMYK
RGB Variations
Color information
#7DF4EE (or 0x7DF4EE) is known color: Electric Blue. HEX triplet: 7D, F4 and EE. RGB value is (125,244,238). Sum of RGB (Red+Green+Blue) = 125+244+238=607 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.59% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF4EE is #820B11. Grayscale: #CFCFCF. Windows color (decimal): -8522514 or 15660157. OLE color: 15660157.
HSL color Cylindrical-coordinate representation of color #7DF4EE: hue angle of 176.97º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF4EE is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 125 | 244 | 238 | - |
CMYK | 0.49 | 0 | 0.02 | 0.04 |
HSL | 176.97º | 0.84% | 0.72% | - |
HSV(B) | 176.97º | 0.49% | 0.96% | - |
XYZ | 56.24 | 75.23 | 92.45 | - |
YUV | 207.74 | 145.08 | 68.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 244 | 238 | 0.49 | 0 | 0.02 | 0.04 | 176.97 | 0.84 | 0.72 |
Hex | 7D | F4 | EE | 31 | 0 | 2 | 4 | B1 | 54 | 48 |
Octal | 175 | 364 | 356 | 61 | 0 | 2 | 4 | 261 | 124 | 110 |
Binary | 1111101 | 11110100 | 11101110 | 110001 | 0 | 10 | 100 | 10110001 | 1010100 | 1001000 |
Color Harmonies of #7DF4EE
Complementary color
Monochromatic Colors of #7DF4EE
Black with #7DF4EE
Text Example
Text Example
White with #7DF4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF4EE; }
p { color: rgb(125,244,238); }
H1.HeaderClassName
{
color: #7DF4EE;
}
.AnyTagClassName
{
color: #7DF4EE;
}
</style>
background-color css
<style>
a { background-color: #7DF4EE; }
a { background-color: rgb(125,244,238); }
div.DivClassName
{
background-color: #7DF4EE;
}
.BgClassName
{
background-color: #7DF4EE;
}
</style>
border-color css
<style>
span { border-color: #7DF4EE; }
span { border-color: rgb(125,244,238); }
td.TdClassName
{
border-color: #7DF4EE;
}
.TagClassName
{
border-color: #7DF4EE;
}
</style>