Shades of Electric Blue #7FECEE
Tints of Electric Blue #7FECEE
RGB
CMYK
RGB Variations
Color information
#7FECEE (or 0x7FECEE) is known color: Electric Blue. HEX triplet: 7F, EC and EE. RGB value is (127,236,238). Sum of RGB (Red+Green+Blue) = 127+236+238=601 (79% of max value = 765). Red value is 127 (50% from 255 or 21.13% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECEE is #801311. Grayscale: #CBCBCB. Windows color (decimal): -8393490 or 15658111. OLE color: 15658111.
HSL color Cylindrical-coordinate representation of color #7FECEE: hue angle of 181.08º 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 #7FECEE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 238 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.07 |
| HSL | 181.08º | 0.77% | 0.72% | - |
| HSV(B) | 181.08º | 0.47% | 0.93% | - |
| XYZ | 54.18 | 70.68 | 91.68 | - |
| YUV | 203.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 238 | 0.47 | 0.01 | 0 | 0.07 | 181.08 | 0.77 | 0.72 |
| Hex | 7F | EC | EE | 2F | 1 | 0 | 7 | B5 | 4D | 48 |
| Octal | 177 | 354 | 356 | 57 | 1 | 0 | 7 | 265 | 115 | 110 |
| Binary | 1111111 | 11101100 | 11101110 | 101111 | 1 | 0 | 111 | 10110101 | 1001101 | 1001000 |
Color Harmonies of #7FECEE
Complementary color
Monochromatic Colors of #7FECEE
Black with #7FECEE
Text Example
Text Example
White with #7FECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECEE; }
p { color: rgb(127,236,238); }
H1.HeaderClassName
{
color: #7FECEE;
}
.AnyTagClassName
{
color: #7FECEE;
}
</style>
background-color css
<style>
a { background-color: #7FECEE; }
a { background-color: rgb(127,236,238); }
div.DivClassName
{
background-color: #7FECEE;
}
.BgClassName
{
background-color: #7FECEE;
}
</style>
border-color css
<style>
span { border-color: #7FECEE; }
span { border-color: rgb(127,236,238); }
td.TdClassName
{
border-color: #7FECEE;
}
.TagClassName
{
border-color: #7FECEE;
}
</style>