Shades of Electric Blue #7FECEF
Tints of Electric Blue #7FECEF
RGB
CMYK
RGB Variations
Color information
#7FECEF (or 0x7FECEF) is known color: Electric Blue. HEX triplet: 7F, EC and EF. RGB value is (127,236,239). Sum of RGB (Red+Green+Blue) = 127+236+239=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECEF is #801310. Grayscale: #CBCBCB. Windows color (decimal): -8393489 or 15723647. OLE color: 15723647.
HSL color Cylindrical-coordinate representation of color #7FECEF: hue angle of 181.61º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FECEF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 236 | 239 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.06 |
| HSL | 181.61º | 0.78% | 0.72% | - |
| HSV(B) | 181.61º | 0.47% | 0.94% | - |
| XYZ | 54.33 | 70.73 | 92.45 | - |
| YUV | 203.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 239 | 0.47 | 0.01 | 0 | 0.06 | 181.61 | 0.78 | 0.72 |
| Hex | 7F | EC | EF | 2F | 1 | 0 | 6 | B6 | 4E | 48 |
| Octal | 177 | 354 | 357 | 57 | 1 | 0 | 6 | 266 | 116 | 110 |
| Binary | 1111111 | 11101100 | 11101111 | 101111 | 1 | 0 | 110 | 10110110 | 1001110 | 1001000 |
Color Harmonies of #7FECEF
Complementary color
Monochromatic Colors of #7FECEF
Black with #7FECEF
Text Example
Text Example
White with #7FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECEF; }
p { color: rgb(127,236,239); }
H1.HeaderClassName
{
color: #7FECEF;
}
.AnyTagClassName
{
color: #7FECEF;
}
</style>
background-color css
<style>
a { background-color: #7FECEF; }
a { background-color: rgb(127,236,239); }
div.DivClassName
{
background-color: #7FECEF;
}
.BgClassName
{
background-color: #7FECEF;
}
</style>
border-color css
<style>
span { border-color: #7FECEF; }
span { border-color: rgb(127,236,239); }
td.TdClassName
{
border-color: #7FECEF;
}
.TagClassName
{
border-color: #7FECEF;
}
</style>