Shades of Electric Blue #7FFCEC
Tints of Electric Blue #7FFCEC
RGB
CMYK
RGB Variations
Color information
#7FFCEC (or 0x7FFCEC) is known color: Electric Blue. HEX triplet: 7F, FC and EC. RGB value is (127,252,236). Sum of RGB (Red+Green+Blue) = 127+252+236=615 (81% of max value = 765). Red value is 127 (50% from 255 or 20.65% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCEC is #800313. Grayscale: #D4D4D4. Windows color (decimal): -8389396 or 15531135. OLE color: 15531135.
HSL color Cylindrical-coordinate representation of color #7FFCEC: hue angle of 172.32º 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 #7FFCEC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 236 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.01 |
| HSL | 172.32º | 0.95% | 0.74% | - |
| HSV(B) | 172.32º | 0.5% | 0.99% | - |
| XYZ | 58.7 | 80.19 | 91.74 | - |
| YUV | 212.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 236 | 0.50 | 0 | 0.06 | 0.01 | 172.32 | 0.95 | 0.74 |
| Hex | 7F | FC | EC | 32 | 0 | 6 | 1 | AC | 5F | 4A |
| Octal | 177 | 374 | 354 | 62 | 0 | 6 | 1 | 254 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11101100 | 110010 | 0 | 110 | 1 | 10101100 | 1011111 | 1001010 |
Color Harmonies of #7FFCEC
Complementary color
Monochromatic Colors of #7FFCEC
Black with #7FFCEC
Text Example
Text Example
White with #7FFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCEC; }
p { color: rgb(127,252,236); }
H1.HeaderClassName
{
color: #7FFCEC;
}
.AnyTagClassName
{
color: #7FFCEC;
}
</style>
background-color css
<style>
a { background-color: #7FFCEC; }
a { background-color: rgb(127,252,236); }
div.DivClassName
{
background-color: #7FFCEC;
}
.BgClassName
{
background-color: #7FFCEC;
}
</style>
border-color css
<style>
span { border-color: #7FFCEC; }
span { border-color: rgb(127,252,236); }
td.TdClassName
{
border-color: #7FFCEC;
}
.TagClassName
{
border-color: #7FFCEC;
}
</style>