Shades of Electric Blue #7CFEEE
Tints of Electric Blue #7CFEEE
RGB
CMYK
RGB Variations
Color information
#7CFEEE (or 0x7CFEEE) is known color: Electric Blue. HEX triplet: 7C, FE and EE. RGB value is (124,254,238). Sum of RGB (Red+Green+Blue) = 124+254+238=616 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.13% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFEEE is #830111. Grayscale: #D5D5D5. Windows color (decimal): -8585490 or 15662716. OLE color: 15662716.
HSL color Cylindrical-coordinate representation of color #7CFEEE: hue angle of 172.62º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFEEE is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 238 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.00 |
| HSL | 172.62º | 0.98% | 0.74% | - |
| HSV(B) | 172.62º | 0.51% | 1% | - |
| XYZ | 59.19 | 81.34 | 93.47 | - |
| YUV | 213.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 238 | 0.51 | 0 | 0.06 | 0.00 | 172.62 | 0.98 | 0.74 |
| Hex | 7C | FE | EE | 33 | 0 | 6 | 0 | AD | 62 | 4A |
| Octal | 174 | 376 | 356 | 63 | 0 | 6 | 0 | 255 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11101110 | 110011 | 0 | 110 | 0 | 10101101 | 1100010 | 1001010 |
Color Harmonies of #7CFEEE
Complementary color
Monochromatic Colors of #7CFEEE
Black with #7CFEEE
Text Example
Text Example
White with #7CFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEEE; }
p { color: rgb(124,254,238); }
H1.HeaderClassName
{
color: #7CFEEE;
}
.AnyTagClassName
{
color: #7CFEEE;
}
</style>
background-color css
<style>
a { background-color: #7CFEEE; }
a { background-color: rgb(124,254,238); }
div.DivClassName
{
background-color: #7CFEEE;
}
.BgClassName
{
background-color: #7CFEEE;
}
</style>
border-color css
<style>
span { border-color: #7CFEEE; }
span { border-color: rgb(124,254,238); }
td.TdClassName
{
border-color: #7CFEEE;
}
.TagClassName
{
border-color: #7CFEEE;
}
</style>