Shades of Electric Blue #7BFAED
Tints of Electric Blue #7BFAED
RGB
CMYK
RGB Variations
Color information
#7BFAED (or 0x7BFAED) is known color: Electric Blue. HEX triplet: 7B, FA and ED. RGB value is (123,250,237). Sum of RGB (Red+Green+Blue) = 123+250+237=610 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.16% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAED is #840512. Grayscale: #D2D2D2. Windows color (decimal): -8652051 or 15596155. OLE color: 15596155.
HSL color Cylindrical-coordinate representation of color #7BFAED: hue angle of 173.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAED is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 237 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.02 |
| HSL | 173.86º | 0.93% | 0.73% | - |
| HSV(B) | 173.86º | 0.51% | 0.98% | - |
| XYZ | 57.64 | 78.7 | 92.27 | - |
| YUV | 210.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 237 | 0.51 | 0 | 0.05 | 0.02 | 173.86 | 0.93 | 0.73 |
| Hex | 7B | FA | ED | 33 | 0 | 5 | 2 | AE | 5D | 49 |
| Octal | 173 | 372 | 355 | 63 | 0 | 5 | 2 | 256 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11101101 | 110011 | 0 | 101 | 10 | 10101110 | 1011101 | 1001001 |
Color Harmonies of #7BFAED
Complementary color
Monochromatic Colors of #7BFAED
Black with #7BFAED
Text Example
Text Example
White with #7BFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAED; }
p { color: rgb(123,250,237); }
H1.HeaderClassName
{
color: #7BFAED;
}
.AnyTagClassName
{
color: #7BFAED;
}
</style>
background-color css
<style>
a { background-color: #7BFAED; }
a { background-color: rgb(123,250,237); }
div.DivClassName
{
background-color: #7BFAED;
}
.BgClassName
{
background-color: #7BFAED;
}
</style>
border-color css
<style>
span { border-color: #7BFAED; }
span { border-color: rgb(123,250,237); }
td.TdClassName
{
border-color: #7BFAED;
}
.TagClassName
{
border-color: #7BFAED;
}
</style>