Shades of Electric Blue #7BFEF5
Tints of Electric Blue #7BFEF5
RGB
CMYK
RGB Variations
Color information
#7BFEF5 (or 0x7BFEF5) is known color: Electric Blue. HEX triplet: 7B, FE and F5. RGB value is (123,254,245). Sum of RGB (Red+Green+Blue) = 123+254+245=622 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.77% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEF5 is #84010A. Grayscale: #D5D5D5. Windows color (decimal): -8651019 or 16121467. OLE color: 16121467.
HSL color Cylindrical-coordinate representation of color #7BFEF5: hue angle of 175.88º 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 #7BFEF5 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 245 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.00 |
| HSL | 175.88º | 0.98% | 0.74% | - |
| HSV(B) | 175.88º | 0.52% | 1% | - |
| XYZ | 60.09 | 81.69 | 98.99 | - |
| YUV | 213.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 245 | 0.52 | 0 | 0.04 | 0.00 | 175.88 | 0.98 | 0.74 |
| Hex | 7B | FE | F5 | 34 | 0 | 4 | 0 | B0 | 62 | 4A |
| Octal | 173 | 376 | 365 | 64 | 0 | 4 | 0 | 260 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11110101 | 110100 | 0 | 100 | 0 | 10110000 | 1100010 | 1001010 |
Color Harmonies of #7BFEF5
Complementary color
Monochromatic Colors of #7BFEF5
Black with #7BFEF5
Text Example
Text Example
White with #7BFEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEF5; }
p { color: rgb(123,254,245); }
H1.HeaderClassName
{
color: #7BFEF5;
}
.AnyTagClassName
{
color: #7BFEF5;
}
</style>
background-color css
<style>
a { background-color: #7BFEF5; }
a { background-color: rgb(123,254,245); }
div.DivClassName
{
background-color: #7BFEF5;
}
.BgClassName
{
background-color: #7BFEF5;
}
</style>
border-color css
<style>
span { border-color: #7BFEF5; }
span { border-color: rgb(123,254,245); }
td.TdClassName
{
border-color: #7BFEF5;
}
.TagClassName
{
border-color: #7BFEF5;
}
</style>