Shades of Electric Blue #7CEAFE
Tints of Electric Blue #7CEAFE
RGB
CMYK
RGB Variations
Color information
#7CEAFE (or 0x7CEAFE) is known color: Electric Blue. HEX triplet: 7C, EA and FE. RGB value is (124,234,254). Sum of RGB (Red+Green+Blue) = 124+234+254=612 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.26% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CEAFE is #831501. Grayscale: #CBCBCB. Windows color (decimal): -8590594 or 16706172. OLE color: 16706172.
HSL color Cylindrical-coordinate representation of color #7CEAFE: hue angle of 189.23º 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 #7CEAFE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 234 | 254 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.00 |
| HSL | 189.23º | 0.98% | 0.74% | - |
| HSV(B) | 189.23º | 0.51% | 1% | - |
| XYZ | 55.62 | 70.29 | 104.4 | - |
| YUV | 203.39 | 156.56 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 234 | 254 | 0.51 | 0.08 | 0 | 0.00 | 189.23 | 0.98 | 0.74 |
| Hex | 7C | EA | FE | 33 | 8 | 0 | 0 | BD | 62 | 4A |
| Octal | 174 | 352 | 376 | 63 | 10 | 0 | 0 | 275 | 142 | 112 |
| Binary | 1111100 | 11101010 | 11111110 | 110011 | 1000 | 0 | 0 | 10111101 | 1100010 | 1001010 |
Color Harmonies of #7CEAFE
Complementary color
Monochromatic Colors of #7CEAFE
Black with #7CEAFE
Text Example
Text Example
White with #7CEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEAFE; }
p { color: rgb(124,234,254); }
H1.HeaderClassName
{
color: #7CEAFE;
}
.AnyTagClassName
{
color: #7CEAFE;
}
</style>
background-color css
<style>
a { background-color: #7CEAFE; }
a { background-color: rgb(124,234,254); }
div.DivClassName
{
background-color: #7CEAFE;
}
.BgClassName
{
background-color: #7CEAFE;
}
</style>
border-color css
<style>
span { border-color: #7CEAFE; }
span { border-color: rgb(124,234,254); }
td.TdClassName
{
border-color: #7CEAFE;
}
.TagClassName
{
border-color: #7CEAFE;
}
</style>