Shades of Electric Blue #7CFCEC
Tints of Electric Blue #7CFCEC
RGB
CMYK
RGB Variations
Color information
#7CFCEC (or 0x7CFCEC) is known color: Electric Blue. HEX triplet: 7C, FC and EC. RGB value is (124,252,236). Sum of RGB (Red+Green+Blue) = 124+252+236=612 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.26% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFCEC is #830313. Grayscale: #D3D3D3. Windows color (decimal): -8586004 or 15531132. OLE color: 15531132.
HSL color Cylindrical-coordinate representation of color #7CFCEC: hue angle of 172.5º 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 #7CFCEC is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 236 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.01 |
| HSL | 172.5º | 0.96% | 0.74% | - |
| HSV(B) | 172.5º | 0.51% | 0.99% | - |
| XYZ | 58.26 | 79.96 | 91.72 | - |
| YUV | 211.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 236 | 0.51 | 0 | 0.06 | 0.01 | 172.5 | 0.96 | 0.74 |
| Hex | 7C | FC | EC | 33 | 0 | 6 | 1 | AC | 60 | 4A |
| Octal | 174 | 374 | 354 | 63 | 0 | 6 | 1 | 254 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11101100 | 110011 | 0 | 110 | 1 | 10101100 | 1100000 | 1001010 |
Color Harmonies of #7CFCEC
Complementary color
Monochromatic Colors of #7CFCEC
Black with #7CFCEC
Text Example
Text Example
White with #7CFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCEC; }
p { color: rgb(124,252,236); }
H1.HeaderClassName
{
color: #7CFCEC;
}
.AnyTagClassName
{
color: #7CFCEC;
}
</style>
background-color css
<style>
a { background-color: #7CFCEC; }
a { background-color: rgb(124,252,236); }
div.DivClassName
{
background-color: #7CFCEC;
}
.BgClassName
{
background-color: #7CFCEC;
}
</style>
border-color css
<style>
span { border-color: #7CFCEC; }
span { border-color: rgb(124,252,236); }
td.TdClassName
{
border-color: #7CFCEC;
}
.TagClassName
{
border-color: #7CFCEC;
}
</style>