Shades of Electric Blue #7CE6FE
Tints of Electric Blue #7CE6FE
RGB
CMYK
RGB Variations
Color information
#7CE6FE (or 0x7CE6FE) is known color: Electric Blue. HEX triplet: 7C, E6 and FE. RGB value is (124,230,254). Sum of RGB (Red+Green+Blue) = 124+230+254=608 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.39% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CE6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE6FE is #831901. Grayscale: #C8C8C8. Windows color (decimal): -8591618 or 16705148. OLE color: 16705148.
HSL color Cylindrical-coordinate representation of color #7CE6FE: hue angle of 191.08º 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 #7CE6FE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 230 | 254 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.00 |
| HSL | 191.08º | 0.98% | 0.74% | - |
| HSV(B) | 191.08º | 0.51% | 1% | - |
| XYZ | 54.5 | 68.03 | 104.03 | - |
| YUV | 201.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 254 | 0.51 | 0.09 | 0 | 0.00 | 191.08 | 0.98 | 0.74 |
| Hex | 7C | E6 | FE | 33 | 9 | 0 | 0 | BF | 62 | 4A |
| Octal | 174 | 346 | 376 | 63 | 11 | 0 | 0 | 277 | 142 | 112 |
| Binary | 1111100 | 11100110 | 11111110 | 110011 | 1001 | 0 | 0 | 10111111 | 1100010 | 1001010 |
Color Harmonies of #7CE6FE
Complementary color
Monochromatic Colors of #7CE6FE
Black with #7CE6FE
Text Example
Text Example
White with #7CE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6FE; }
p { color: rgb(124,230,254); }
H1.HeaderClassName
{
color: #7CE6FE;
}
.AnyTagClassName
{
color: #7CE6FE;
}
</style>
background-color css
<style>
a { background-color: #7CE6FE; }
a { background-color: rgb(124,230,254); }
div.DivClassName
{
background-color: #7CE6FE;
}
.BgClassName
{
background-color: #7CE6FE;
}
</style>
border-color css
<style>
span { border-color: #7CE6FE; }
span { border-color: rgb(124,230,254); }
td.TdClassName
{
border-color: #7CE6FE;
}
.TagClassName
{
border-color: #7CE6FE;
}
</style>