Shades of Electric Blue #7DFCEA
Tints of Electric Blue #7DFCEA
RGB
CMYK
RGB Variations
Color information
#7DFCEA (or 0x7DFCEA) is known color: Electric Blue. HEX triplet: 7D, FC and EA. RGB value is (125,252,234). Sum of RGB (Red+Green+Blue) = 125+252+234=611 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.46% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFCEA is #820315. Grayscale: #D3D3D3. Windows color (decimal): -8520470 or 15400061. OLE color: 15400061.
HSL color Cylindrical-coordinate representation of color #7DFCEA: hue angle of 171.5º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCEA is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 234 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.01 |
| HSL | 171.5º | 0.95% | 0.74% | - |
| HSV(B) | 171.5º | 0.5% | 0.99% | - |
| XYZ | 58.12 | 79.92 | 90.21 | - |
| YUV | 211.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 234 | 0.50 | 0 | 0.07 | 0.01 | 171.5 | 0.95 | 0.74 |
| Hex | 7D | FC | EA | 32 | 0 | 7 | 1 | AB | 5F | 4A |
| Octal | 175 | 374 | 352 | 62 | 0 | 7 | 1 | 253 | 137 | 112 |
| Binary | 1111101 | 11111100 | 11101010 | 110010 | 0 | 111 | 1 | 10101011 | 1011111 | 1001010 |
Color Harmonies of #7DFCEA
Complementary color
Monochromatic Colors of #7DFCEA
Black with #7DFCEA
Text Example
Text Example
White with #7DFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFCEA; }
p { color: rgb(125,252,234); }
H1.HeaderClassName
{
color: #7DFCEA;
}
.AnyTagClassName
{
color: #7DFCEA;
}
</style>
background-color css
<style>
a { background-color: #7DFCEA; }
a { background-color: rgb(125,252,234); }
div.DivClassName
{
background-color: #7DFCEA;
}
.BgClassName
{
background-color: #7DFCEA;
}
</style>
border-color css
<style>
span { border-color: #7DFCEA; }
span { border-color: rgb(125,252,234); }
td.TdClassName
{
border-color: #7DFCEA;
}
.TagClassName
{
border-color: #7DFCEA;
}
</style>