Shades of Electric Blue #7BEEEA
Tints of Electric Blue #7BEEEA
RGB
CMYK
RGB Variations
Color information
#7BEEEA (or 0x7BEEEA) is known color: Electric Blue. HEX triplet: 7B, EE and EA. RGB value is (123,238,234). Sum of RGB (Red+Green+Blue) = 123+238+234=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEEEA is #841115. Grayscale: #CBCBCB. Windows color (decimal): -8655126 or 15396475. OLE color: 15396475.
HSL color Cylindrical-coordinate representation of color #7BEEEA: hue angle of 177.91º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEEEA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 234 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.07 |
| HSL | 177.91º | 0.77% | 0.71% | - |
| HSV(B) | 177.91º | 0.48% | 0.93% | - |
| XYZ | 53.59 | 71.3 | 88.78 | - |
| YUV | 203.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 234 | 0.48 | 0 | 0.02 | 0.07 | 177.91 | 0.77 | 0.71 |
| Hex | 7B | EE | EA | 30 | 0 | 2 | 7 | B2 | 4D | 47 |
| Octal | 173 | 356 | 352 | 60 | 0 | 2 | 7 | 262 | 115 | 107 |
| Binary | 1111011 | 11101110 | 11101010 | 110000 | 0 | 10 | 111 | 10110010 | 1001101 | 1000111 |
Color Harmonies of #7BEEEA
Complementary color
Monochromatic Colors of #7BEEEA
Black with #7BEEEA
Text Example
Text Example
White with #7BEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEEA; }
p { color: rgb(123,238,234); }
H1.HeaderClassName
{
color: #7BEEEA;
}
.AnyTagClassName
{
color: #7BEEEA;
}
</style>
background-color css
<style>
a { background-color: #7BEEEA; }
a { background-color: rgb(123,238,234); }
div.DivClassName
{
background-color: #7BEEEA;
}
.BgClassName
{
background-color: #7BEEEA;
}
</style>
border-color css
<style>
span { border-color: #7BEEEA; }
span { border-color: rgb(123,238,234); }
td.TdClassName
{
border-color: #7BEEEA;
}
.TagClassName
{
border-color: #7BEEEA;
}
</style>