Shades of Electric Blue #7FFDEC
Tints of Electric Blue #7FFDEC
RGB
CMYK
RGB Variations
Color information
#7FFDEC (or 0x7FFDEC) is known color: Electric Blue. HEX triplet: 7F, FD and EC. RGB value is (127,253,236). Sum of RGB (Red+Green+Blue) = 127+253+236=616 (81% of max value = 765). Red value is 127 (50% from 255 or 20.62% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDEC is #800213. Grayscale: #D5D5D5. Windows color (decimal): -8389140 or 15531391. OLE color: 15531391.
HSL color Cylindrical-coordinate representation of color #7FFDEC: hue angle of 171.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDEC is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 236 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.01 |
| HSL | 171.9º | 0.97% | 0.75% | - |
| HSV(B) | 171.9º | 0.5% | 0.99% | - |
| XYZ | 59.02 | 80.82 | 91.85 | - |
| YUV | 213.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 236 | 0.50 | 0 | 0.07 | 0.01 | 171.9 | 0.97 | 0.75 |
| Hex | 7F | FD | EC | 32 | 0 | 7 | 1 | AC | 61 | 4B |
| Octal | 177 | 375 | 354 | 62 | 0 | 7 | 1 | 254 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11101100 | 110010 | 0 | 111 | 1 | 10101100 | 1100001 | 1001011 |
Color Harmonies of #7FFDEC
Complementary color
Monochromatic Colors of #7FFDEC
Black with #7FFDEC
Text Example
Text Example
White with #7FFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDEC; }
p { color: rgb(127,253,236); }
H1.HeaderClassName
{
color: #7FFDEC;
}
.AnyTagClassName
{
color: #7FFDEC;
}
</style>
background-color css
<style>
a { background-color: #7FFDEC; }
a { background-color: rgb(127,253,236); }
div.DivClassName
{
background-color: #7FFDEC;
}
.BgClassName
{
background-color: #7FFDEC;
}
</style>
border-color css
<style>
span { border-color: #7FFDEC; }
span { border-color: rgb(127,253,236); }
td.TdClassName
{
border-color: #7FFDEC;
}
.TagClassName
{
border-color: #7FFDEC;
}
</style>