Shades of Electric Blue #7FFCEF
Tints of Electric Blue #7FFCEF
RGB
CMYK
RGB Variations
Color information
#7FFCEF (or 0x7FFCEF) is known color: Electric Blue. HEX triplet: 7F, FC and EF. RGB value is (127,252,239). Sum of RGB (Red+Green+Blue) = 127+252+239=618 (81% of max value = 765). Red value is 127 (50% from 255 or 20.55% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCEF is #800310. Grayscale: #D5D5D5. Windows color (decimal): -8389393 or 15727743. OLE color: 15727743.
HSL color Cylindrical-coordinate representation of color #7FFCEF: hue angle of 173.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCEF is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 239 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.01 |
| HSL | 173.76º | 0.95% | 0.74% | - |
| HSV(B) | 173.76º | 0.5% | 0.99% | - |
| XYZ | 59.14 | 80.36 | 94.06 | - |
| YUV | 213.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 239 | 0.50 | 0 | 0.05 | 0.01 | 173.76 | 0.95 | 0.74 |
| Hex | 7F | FC | EF | 32 | 0 | 5 | 1 | AE | 5F | 4A |
| Octal | 177 | 374 | 357 | 62 | 0 | 5 | 1 | 256 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11101111 | 110010 | 0 | 101 | 1 | 10101110 | 1011111 | 1001010 |
Color Harmonies of #7FFCEF
Complementary color
Monochromatic Colors of #7FFCEF
Black with #7FFCEF
Text Example
Text Example
White with #7FFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCEF; }
p { color: rgb(127,252,239); }
H1.HeaderClassName
{
color: #7FFCEF;
}
.AnyTagClassName
{
color: #7FFCEF;
}
</style>
background-color css
<style>
a { background-color: #7FFCEF; }
a { background-color: rgb(127,252,239); }
div.DivClassName
{
background-color: #7FFCEF;
}
.BgClassName
{
background-color: #7FFCEF;
}
</style>
border-color css
<style>
span { border-color: #7FFCEF; }
span { border-color: rgb(127,252,239); }
td.TdClassName
{
border-color: #7FFCEF;
}
.TagClassName
{
border-color: #7FFCEF;
}
</style>