Shades of Electric Blue #7DF7FE
Tints of Electric Blue #7DF7FE
RGB
CMYK
RGB Variations
Color information
#7DF7FE (or 0x7DF7FE) is known color: Electric Blue. HEX triplet: 7D, F7 and FE. RGB value is (125,247,254). Sum of RGB (Red+Green+Blue) = 125+247+254=626 (82% of max value = 765). Red value is 125 (49.22% from 255 or 19.97% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DF7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF7FE is #820801. Grayscale: #D3D3D3. Windows color (decimal): -8521730 or 16709501. OLE color: 16709501.
HSL color Cylindrical-coordinate representation of color #7DF7FE: hue angle of 183.26º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DF7FE is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 247 | 254 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.00 |
| HSL | 183.26º | 0.98% | 0.74% | - |
| HSV(B) | 183.26º | 0.51% | 1% | - |
| XYZ | 59.61 | 78.04 | 105.69 | - |
| YUV | 211.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 254 | 0.51 | 0.03 | 0 | 0.00 | 183.26 | 0.98 | 0.74 |
| Hex | 7D | F7 | FE | 33 | 3 | 0 | 0 | B7 | 62 | 4A |
| Octal | 175 | 367 | 376 | 63 | 3 | 0 | 0 | 267 | 142 | 112 |
| Binary | 1111101 | 11110111 | 11111110 | 110011 | 11 | 0 | 0 | 10110111 | 1100010 | 1001010 |
Color Harmonies of #7DF7FE
Complementary color
Monochromatic Colors of #7DF7FE
Black with #7DF7FE
Text Example
Text Example
White with #7DF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF7FE; }
p { color: rgb(125,247,254); }
H1.HeaderClassName
{
color: #7DF7FE;
}
.AnyTagClassName
{
color: #7DF7FE;
}
</style>
background-color css
<style>
a { background-color: #7DF7FE; }
a { background-color: rgb(125,247,254); }
div.DivClassName
{
background-color: #7DF7FE;
}
.BgClassName
{
background-color: #7DF7FE;
}
</style>
border-color css
<style>
span { border-color: #7DF7FE; }
span { border-color: rgb(125,247,254); }
td.TdClassName
{
border-color: #7DF7FE;
}
.TagClassName
{
border-color: #7DF7FE;
}
</style>