Shades of Electric Blue #7FFCEE
Tints of Electric Blue #7FFCEE
RGB
CMYK
RGB Variations
Color information
#7FFCEE (or 0x7FFCEE) is known color: Electric Blue. HEX triplet: 7F, FC and EE. RGB value is (127,252,238). Sum of RGB (Red+Green+Blue) = 127+252+238=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCEE is #800311. Grayscale: #D4D4D4. Windows color (decimal): -8389394 or 15662207. OLE color: 15662207.
HSL color Cylindrical-coordinate representation of color #7FFCEE: hue angle of 173.28º 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 #7FFCEE is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 238 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.01 |
| HSL | 173.28º | 0.95% | 0.74% | - |
| HSV(B) | 173.28º | 0.5% | 0.99% | - |
| XYZ | 59 | 80.31 | 93.28 | - |
| YUV | 213.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 238 | 0.50 | 0 | 0.06 | 0.01 | 173.28 | 0.95 | 0.74 |
| Hex | 7F | FC | EE | 32 | 0 | 6 | 1 | AD | 5F | 4A |
| Octal | 177 | 374 | 356 | 62 | 0 | 6 | 1 | 255 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11101110 | 110010 | 0 | 110 | 1 | 10101101 | 1011111 | 1001010 |
Color Harmonies of #7FFCEE
Complementary color
Monochromatic Colors of #7FFCEE
Black with #7FFCEE
Text Example
Text Example
White with #7FFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCEE; }
p { color: rgb(127,252,238); }
H1.HeaderClassName
{
color: #7FFCEE;
}
.AnyTagClassName
{
color: #7FFCEE;
}
</style>
background-color css
<style>
a { background-color: #7FFCEE; }
a { background-color: rgb(127,252,238); }
div.DivClassName
{
background-color: #7FFCEE;
}
.BgClassName
{
background-color: #7FFCEE;
}
</style>
border-color css
<style>
span { border-color: #7FFCEE; }
span { border-color: rgb(127,252,238); }
td.TdClassName
{
border-color: #7FFCEE;
}
.TagClassName
{
border-color: #7FFCEE;
}
</style>