Shades of Electric Blue #7CFCEF
Tints of Electric Blue #7CFCEF
RGB
CMYK
RGB Variations
Color information
#7CFCEF (or 0x7CFCEF) is known color: Electric Blue. HEX triplet: 7C, FC and EF. RGB value is (124,252,239). Sum of RGB (Red+Green+Blue) = 124+252+239=615 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.16% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFCEF is #830310. Grayscale: #D4D4D4. Windows color (decimal): -8586001 or 15727740. OLE color: 15727740.
HSL color Cylindrical-coordinate representation of color #7CFCEF: hue angle of 173.91º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFCEF is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 239 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.01 |
| HSL | 173.91º | 0.96% | 0.74% | - |
| HSV(B) | 173.91º | 0.51% | 0.99% | - |
| XYZ | 58.7 | 80.14 | 94.04 | - |
| YUV | 212.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 239 | 0.51 | 0 | 0.05 | 0.01 | 173.91 | 0.96 | 0.74 |
| Hex | 7C | FC | EF | 33 | 0 | 5 | 1 | AE | 60 | 4A |
| Octal | 174 | 374 | 357 | 63 | 0 | 5 | 1 | 256 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11101111 | 110011 | 0 | 101 | 1 | 10101110 | 1100000 | 1001010 |
Color Harmonies of #7CFCEF
Complementary color
Monochromatic Colors of #7CFCEF
Black with #7CFCEF
Text Example
Text Example
White with #7CFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCEF; }
p { color: rgb(124,252,239); }
H1.HeaderClassName
{
color: #7CFCEF;
}
.AnyTagClassName
{
color: #7CFCEF;
}
</style>
background-color css
<style>
a { background-color: #7CFCEF; }
a { background-color: rgb(124,252,239); }
div.DivClassName
{
background-color: #7CFCEF;
}
.BgClassName
{
background-color: #7CFCEF;
}
</style>
border-color css
<style>
span { border-color: #7CFCEF; }
span { border-color: rgb(124,252,239); }
td.TdClassName
{
border-color: #7CFCEF;
}
.TagClassName
{
border-color: #7CFCEF;
}
</style>