Shades of Electric Blue #7CFCED
Tints of Electric Blue #7CFCED
RGB
CMYK
RGB Variations
Color information
#7CFCED (or 0x7CFCED) is known color: Electric Blue. HEX triplet: 7C, FC and ED. RGB value is (124,252,237). Sum of RGB (Red+Green+Blue) = 124+252+237=613 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.23% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFCED is #830312. Grayscale: #D3D3D3. Windows color (decimal): -8586003 or 15596668. OLE color: 15596668.
HSL color Cylindrical-coordinate representation of color #7CFCED: hue angle of 172.97º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFCED is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 237 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.01 |
| HSL | 172.97º | 0.96% | 0.74% | - |
| HSV(B) | 172.97º | 0.51% | 0.99% | - |
| XYZ | 58.41 | 80.02 | 92.49 | - |
| YUV | 212.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 237 | 0.51 | 0 | 0.06 | 0.01 | 172.97 | 0.96 | 0.74 |
| Hex | 7C | FC | ED | 33 | 0 | 6 | 1 | AD | 60 | 4A |
| Octal | 174 | 374 | 355 | 63 | 0 | 6 | 1 | 255 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11101101 | 110011 | 0 | 110 | 1 | 10101101 | 1100000 | 1001010 |
Color Harmonies of #7CFCED
Complementary color
Monochromatic Colors of #7CFCED
Black with #7CFCED
Text Example
Text Example
White with #7CFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCED; }
p { color: rgb(124,252,237); }
H1.HeaderClassName
{
color: #7CFCED;
}
.AnyTagClassName
{
color: #7CFCED;
}
</style>
background-color css
<style>
a { background-color: #7CFCED; }
a { background-color: rgb(124,252,237); }
div.DivClassName
{
background-color: #7CFCED;
}
.BgClassName
{
background-color: #7CFCED;
}
</style>
border-color css
<style>
span { border-color: #7CFCED; }
span { border-color: rgb(124,252,237); }
td.TdClassName
{
border-color: #7CFCED;
}
.TagClassName
{
border-color: #7CFCED;
}
</style>