Shades of Electric Blue #7FFAEE
Tints of Electric Blue #7FFAEE
RGB
CMYK
RGB Variations
Color information
#7FFAEE (or 0x7FFAEE) is known color: Electric Blue. HEX triplet: 7F, FA and EE. RGB value is (127,250,238). Sum of RGB (Red+Green+Blue) = 127+250+238=615 (81% of max value = 765). Red value is 127 (50% from 255 or 20.65% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAEE is #800511. Grayscale: #D3D3D3. Windows color (decimal): -8389906 or 15661695. OLE color: 15661695.
HSL color Cylindrical-coordinate representation of color #7FFAEE: hue angle of 174.15º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAEE is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 238 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.02 |
| HSL | 174.15º | 0.92% | 0.74% | - |
| HSV(B) | 174.15º | 0.49% | 0.98% | - |
| XYZ | 58.37 | 79.06 | 93.07 | - |
| YUV | 211.86 | 142.75 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 238 | 0.49 | 0 | 0.05 | 0.02 | 174.15 | 0.92 | 0.74 |
| Hex | 7F | FA | EE | 31 | 0 | 5 | 2 | AE | 5C | 4A |
| Octal | 177 | 372 | 356 | 61 | 0 | 5 | 2 | 256 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11101110 | 110001 | 0 | 101 | 10 | 10101110 | 1011100 | 1001010 |
Color Harmonies of #7FFAEE
Complementary color
Monochromatic Colors of #7FFAEE
Black with #7FFAEE
Text Example
Text Example
White with #7FFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAEE; }
p { color: rgb(127,250,238); }
H1.HeaderClassName
{
color: #7FFAEE;
}
.AnyTagClassName
{
color: #7FFAEE;
}
</style>
background-color css
<style>
a { background-color: #7FFAEE; }
a { background-color: rgb(127,250,238); }
div.DivClassName
{
background-color: #7FFAEE;
}
.BgClassName
{
background-color: #7FFAEE;
}
</style>
border-color css
<style>
span { border-color: #7FFAEE; }
span { border-color: rgb(127,250,238); }
td.TdClassName
{
border-color: #7FFAEE;
}
.TagClassName
{
border-color: #7FFAEE;
}
</style>