Shades of Electric Blue #7FFBEE
Tints of Electric Blue #7FFBEE
RGB
CMYK
RGB Variations
Color information
#7FFBEE (or 0x7FFBEE) is known color: Electric Blue. HEX triplet: 7F, FB and EE. RGB value is (127,251,238). Sum of RGB (Red+Green+Blue) = 127+251+238=616 (81% of max value = 765). Red value is 127 (50% from 255 or 20.62% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBEE is #800411. Grayscale: #D4D4D4. Windows color (decimal): -8389650 or 15661951. OLE color: 15661951.
HSL color Cylindrical-coordinate representation of color #7FFBEE: hue angle of 173.71º degrees, saturation: 0.94, 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 #7FFBEE is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 238 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.02 |
| HSL | 173.71º | 0.94% | 0.74% | - |
| HSV(B) | 173.71º | 0.49% | 0.98% | - |
| XYZ | 58.68 | 79.68 | 93.18 | - |
| YUV | 212.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 238 | 0.49 | 0 | 0.05 | 0.02 | 173.71 | 0.94 | 0.74 |
| Hex | 7F | FB | EE | 31 | 0 | 5 | 2 | AE | 5E | 4A |
| Octal | 177 | 373 | 356 | 61 | 0 | 5 | 2 | 256 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11101110 | 110001 | 0 | 101 | 10 | 10101110 | 1011110 | 1001010 |
Color Harmonies of #7FFBEE
Complementary color
Monochromatic Colors of #7FFBEE
Black with #7FFBEE
Text Example
Text Example
White with #7FFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBEE; }
p { color: rgb(127,251,238); }
H1.HeaderClassName
{
color: #7FFBEE;
}
.AnyTagClassName
{
color: #7FFBEE;
}
</style>
background-color css
<style>
a { background-color: #7FFBEE; }
a { background-color: rgb(127,251,238); }
div.DivClassName
{
background-color: #7FFBEE;
}
.BgClassName
{
background-color: #7FFBEE;
}
</style>
border-color css
<style>
span { border-color: #7FFBEE; }
span { border-color: rgb(127,251,238); }
td.TdClassName
{
border-color: #7FFBEE;
}
.TagClassName
{
border-color: #7FFBEE;
}
</style>