Shades of Electric Blue #7BFEF4
Tints of Electric Blue #7BFEF4
RGB
CMYK
RGB Variations
Color information
#7BFEF4 (or 0x7BFEF4) is known color: Electric Blue. HEX triplet: 7B, FE and F4. RGB value is (123,254,244). Sum of RGB (Red+Green+Blue) = 123+254+244=621 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.81% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEF4 is #84010B. Grayscale: #D5D5D5. Windows color (decimal): -8651020 or 16055931. OLE color: 16055931.
HSL color Cylindrical-coordinate representation of color #7BFEF4: hue angle of 175.42º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEF4 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 244 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.00 |
| HSL | 175.42º | 0.98% | 0.74% | - |
| HSV(B) | 175.42º | 0.52% | 1% | - |
| XYZ | 59.94 | 81.63 | 98.18 | - |
| YUV | 213.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 244 | 0.52 | 0 | 0.04 | 0.00 | 175.42 | 0.98 | 0.74 |
| Hex | 7B | FE | F4 | 34 | 0 | 4 | 0 | AF | 62 | 4A |
| Octal | 173 | 376 | 364 | 64 | 0 | 4 | 0 | 257 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11110100 | 110100 | 0 | 100 | 0 | 10101111 | 1100010 | 1001010 |
Color Harmonies of #7BFEF4
Complementary color
Monochromatic Colors of #7BFEF4
Black with #7BFEF4
Text Example
Text Example
White with #7BFEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEF4; }
p { color: rgb(123,254,244); }
H1.HeaderClassName
{
color: #7BFEF4;
}
.AnyTagClassName
{
color: #7BFEF4;
}
</style>
background-color css
<style>
a { background-color: #7BFEF4; }
a { background-color: rgb(123,254,244); }
div.DivClassName
{
background-color: #7BFEF4;
}
.BgClassName
{
background-color: #7BFEF4;
}
</style>
border-color css
<style>
span { border-color: #7BFEF4; }
span { border-color: rgb(123,254,244); }
td.TdClassName
{
border-color: #7BFEF4;
}
.TagClassName
{
border-color: #7BFEF4;
}
</style>