Shades of Electric Blue #7FEEEC
Tints of Electric Blue #7FEEEC
RGB
CMYK
RGB Variations
Color information
#7FEEEC (or 0x7FEEEC) is known color: Electric Blue. HEX triplet: 7F, EE and EC. RGB value is (127,238,236). Sum of RGB (Red+Green+Blue) = 127+238+236=601 (79% of max value = 765). Red value is 127 (50% from 255 or 21.13% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEEEC is #801113. Grayscale: #CCCCCC. Windows color (decimal): -8392980 or 15527551. OLE color: 15527551.
HSL color Cylindrical-coordinate representation of color #7FEEEC: hue angle of 178.92º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEEC is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 236 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.07 |
| HSL | 178.92º | 0.77% | 0.72% | - |
| HSV(B) | 178.92º | 0.47% | 0.93% | - |
| XYZ | 54.47 | 71.72 | 90.33 | - |
| YUV | 204.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 236 | 0.47 | 0 | 0.01 | 0.07 | 178.92 | 0.77 | 0.72 |
| Hex | 7F | EE | EC | 2F | 0 | 1 | 7 | B3 | 4D | 48 |
| Octal | 177 | 356 | 354 | 57 | 0 | 1 | 7 | 263 | 115 | 110 |
| Binary | 1111111 | 11101110 | 11101100 | 101111 | 0 | 1 | 111 | 10110011 | 1001101 | 1001000 |
Color Harmonies of #7FEEEC
Complementary color
Monochromatic Colors of #7FEEEC
Black with #7FEEEC
Text Example
Text Example
White with #7FEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEEEC; }
p { color: rgb(127,238,236); }
H1.HeaderClassName
{
color: #7FEEEC;
}
.AnyTagClassName
{
color: #7FEEEC;
}
</style>
background-color css
<style>
a { background-color: #7FEEEC; }
a { background-color: rgb(127,238,236); }
div.DivClassName
{
background-color: #7FEEEC;
}
.BgClassName
{
background-color: #7FEEEC;
}
</style>
border-color css
<style>
span { border-color: #7FEEEC; }
span { border-color: rgb(127,238,236); }
td.TdClassName
{
border-color: #7FEEEC;
}
.TagClassName
{
border-color: #7FEEEC;
}
</style>