Shades of Electric Blue #7BFEF8
Tints of Electric Blue #7BFEF8
RGB
CMYK
RGB Variations
Color information
#7BFEF8 (or 0x7BFEF8) is known color: Electric Blue. HEX triplet: 7B, FE and F8. RGB value is (123,254,248). Sum of RGB (Red+Green+Blue) = 123+254+248=625 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.68% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEF8 is #840107. Grayscale: #D6D6D6. Windows color (decimal): -8651016 or 16318075. OLE color: 16318075.
HSL color Cylindrical-coordinate representation of color #7BFEF8: hue angle of 177.25º 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 #7BFEF8 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 248 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.00 |
| HSL | 177.25º | 0.98% | 0.74% | - |
| HSV(B) | 177.25º | 0.52% | 1% | - |
| XYZ | 60.55 | 81.87 | 101.42 | - |
| YUV | 214.15 | 147.1 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 248 | 0.52 | 0 | 0.02 | 0.00 | 177.25 | 0.98 | 0.74 |
| Hex | 7B | FE | F8 | 34 | 0 | 2 | 0 | B1 | 62 | 4A |
| Octal | 173 | 376 | 370 | 64 | 0 | 2 | 0 | 261 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11111000 | 110100 | 0 | 10 | 0 | 10110001 | 1100010 | 1001010 |
Color Harmonies of #7BFEF8
Complementary color
Monochromatic Colors of #7BFEF8
Black with #7BFEF8
Text Example
Text Example
White with #7BFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEF8; }
p { color: rgb(123,254,248); }
H1.HeaderClassName
{
color: #7BFEF8;
}
.AnyTagClassName
{
color: #7BFEF8;
}
</style>
background-color css
<style>
a { background-color: #7BFEF8; }
a { background-color: rgb(123,254,248); }
div.DivClassName
{
background-color: #7BFEF8;
}
.BgClassName
{
background-color: #7BFEF8;
}
</style>
border-color css
<style>
span { border-color: #7BFEF8; }
span { border-color: rgb(123,254,248); }
td.TdClassName
{
border-color: #7BFEF8;
}
.TagClassName
{
border-color: #7BFEF8;
}
</style>