Shades of Electric Blue #7DEFFE
Tints of Electric Blue #7DEFFE
RGB
CMYK
RGB Variations
Color information
#7DEFFE (or 0x7DEFFE) is known color: Electric Blue. HEX triplet: 7D, EF and FE. RGB value is (125,239,254). Sum of RGB (Red+Green+Blue) = 125+239+254=618 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.23% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DEFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEFFE is #821001. Grayscale: #CECECE. Windows color (decimal): -8523778 or 16707453. OLE color: 16707453.
HSL color Cylindrical-coordinate representation of color #7DEFFE: hue angle of 186.98º 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 #7DEFFE is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 239 | 254 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.00 |
| HSL | 186.98º | 0.98% | 0.74% | - |
| HSV(B) | 186.98º | 0.51% | 1% | - |
| XYZ | 57.21 | 73.25 | 104.89 | - |
| YUV | 206.62 | 154.73 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 254 | 0.51 | 0.06 | 0 | 0.00 | 186.98 | 0.98 | 0.74 |
| Hex | 7D | EF | FE | 33 | 6 | 0 | 0 | BB | 62 | 4A |
| Octal | 175 | 357 | 376 | 63 | 6 | 0 | 0 | 273 | 142 | 112 |
| Binary | 1111101 | 11101111 | 11111110 | 110011 | 110 | 0 | 0 | 10111011 | 1100010 | 1001010 |
Color Harmonies of #7DEFFE
Complementary color
Monochromatic Colors of #7DEFFE
Black with #7DEFFE
Text Example
Text Example
White with #7DEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEFFE; }
p { color: rgb(125,239,254); }
H1.HeaderClassName
{
color: #7DEFFE;
}
.AnyTagClassName
{
color: #7DEFFE;
}
</style>
background-color css
<style>
a { background-color: #7DEFFE; }
a { background-color: rgb(125,239,254); }
div.DivClassName
{
background-color: #7DEFFE;
}
.BgClassName
{
background-color: #7DEFFE;
}
</style>
border-color css
<style>
span { border-color: #7DEFFE; }
span { border-color: rgb(125,239,254); }
td.TdClassName
{
border-color: #7DEFFE;
}
.TagClassName
{
border-color: #7DEFFE;
}
</style>