Shades of Electric Blue #7FE8EE
Tints of Electric Blue #7FE8EE
RGB
CMYK
RGB Variations
Color information
#7FE8EE (or 0x7FE8EE) is known color: Electric Blue. HEX triplet: 7F, E8 and EE. RGB value is (127,232,238). Sum of RGB (Red+Green+Blue) = 127+232+238=597 (79% of max value = 765). Red value is 127 (50% from 255 or 21.27% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FE8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE8EE is #801711. Grayscale: #C9C9C9. Windows color (decimal): -8394514 or 15657087. OLE color: 15657087.
HSL color Cylindrical-coordinate representation of color #7FE8EE: hue angle of 183.24º 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 #7FE8EE is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 232 | 238 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.07 |
| HSL | 183.24º | 0.77% | 0.72% | - |
| HSV(B) | 183.24º | 0.47% | 0.93% | - |
| XYZ | 53.04 | 68.4 | 91.3 | - |
| YUV | 201.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 238 | 0.47 | 0.03 | 0 | 0.07 | 183.24 | 0.77 | 0.72 |
| Hex | 7F | E8 | EE | 2F | 3 | 0 | 7 | B7 | 4D | 48 |
| Octal | 177 | 350 | 356 | 57 | 3 | 0 | 7 | 267 | 115 | 110 |
| Binary | 1111111 | 11101000 | 11101110 | 101111 | 11 | 0 | 111 | 10110111 | 1001101 | 1001000 |
Color Harmonies of #7FE8EE
Complementary color
Monochromatic Colors of #7FE8EE
Black with #7FE8EE
Text Example
Text Example
White with #7FE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8EE; }
p { color: rgb(127,232,238); }
H1.HeaderClassName
{
color: #7FE8EE;
}
.AnyTagClassName
{
color: #7FE8EE;
}
</style>
background-color css
<style>
a { background-color: #7FE8EE; }
a { background-color: rgb(127,232,238); }
div.DivClassName
{
background-color: #7FE8EE;
}
.BgClassName
{
background-color: #7FE8EE;
}
</style>
border-color css
<style>
span { border-color: #7FE8EE; }
span { border-color: rgb(127,232,238); }
td.TdClassName
{
border-color: #7FE8EE;
}
.TagClassName
{
border-color: #7FE8EE;
}
</style>