Shades of Electric Blue #7DF9FE
Tints of Electric Blue #7DF9FE
RGB
CMYK
RGB Variations
Color information
#7DF9FE (or 0x7DF9FE) is known color: Electric Blue. HEX triplet: 7D, F9 and FE. RGB value is (125,249,254). Sum of RGB (Red+Green+Blue) = 125+249+254=628 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.90% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DF9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF9FE is #820601. Grayscale: #D4D4D4. Windows color (decimal): -8521218 or 16710013. OLE color: 16710013.
HSL color Cylindrical-coordinate representation of color #7DF9FE: hue angle of 182.33º 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 #7DF9FE is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 249 | 254 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.00 |
| HSL | 182.33º | 0.98% | 0.74% | - |
| HSV(B) | 182.33º | 0.51% | 1% | - |
| XYZ | 60.22 | 79.27 | 105.89 | - |
| YUV | 212.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 254 | 0.51 | 0.02 | 0 | 0.00 | 182.33 | 0.98 | 0.74 |
| Hex | 7D | F9 | FE | 33 | 2 | 0 | 0 | B6 | 62 | 4A |
| Octal | 175 | 371 | 376 | 63 | 2 | 0 | 0 | 266 | 142 | 112 |
| Binary | 1111101 | 11111001 | 11111110 | 110011 | 10 | 0 | 0 | 10110110 | 1100010 | 1001010 |
Color Harmonies of #7DF9FE
Complementary color
Monochromatic Colors of #7DF9FE
Black with #7DF9FE
Text Example
Text Example
White with #7DF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF9FE; }
p { color: rgb(125,249,254); }
H1.HeaderClassName
{
color: #7DF9FE;
}
.AnyTagClassName
{
color: #7DF9FE;
}
</style>
background-color css
<style>
a { background-color: #7DF9FE; }
a { background-color: rgb(125,249,254); }
div.DivClassName
{
background-color: #7DF9FE;
}
.BgClassName
{
background-color: #7DF9FE;
}
</style>
border-color css
<style>
span { border-color: #7DF9FE; }
span { border-color: rgb(125,249,254); }
td.TdClassName
{
border-color: #7DF9FE;
}
.TagClassName
{
border-color: #7DF9FE;
}
</style>