Shades of Electric Blue #7BEEEB
Tints of Electric Blue #7BEEEB
RGB
CMYK
RGB Variations
Color information
#7BEEEB (or 0x7BEEEB) is known color: Electric Blue. HEX triplet: 7B, EE and EB. RGB value is (123,238,235). Sum of RGB (Red+Green+Blue) = 123+238+235=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEEEB is #841114. Grayscale: #CBCBCB. Windows color (decimal): -8655125 or 15462011. OLE color: 15462011.
HSL color Cylindrical-coordinate representation of color #7BEEEB: hue angle of 178.43º 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 #7BEEEB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 235 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.07 |
| HSL | 178.43º | 0.77% | 0.71% | - |
| HSV(B) | 178.43º | 0.48% | 0.93% | - |
| XYZ | 53.74 | 71.36 | 89.54 | - |
| YUV | 203.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 235 | 0.48 | 0 | 0.01 | 0.07 | 178.43 | 0.77 | 0.71 |
| Hex | 7B | EE | EB | 30 | 0 | 1 | 7 | B2 | 4D | 47 |
| Octal | 173 | 356 | 353 | 60 | 0 | 1 | 7 | 262 | 115 | 107 |
| Binary | 1111011 | 11101110 | 11101011 | 110000 | 0 | 1 | 111 | 10110010 | 1001101 | 1000111 |
Color Harmonies of #7BEEEB
Complementary color
Monochromatic Colors of #7BEEEB
Black with #7BEEEB
Text Example
Text Example
White with #7BEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEEB; }
p { color: rgb(123,238,235); }
H1.HeaderClassName
{
color: #7BEEEB;
}
.AnyTagClassName
{
color: #7BEEEB;
}
</style>
background-color css
<style>
a { background-color: #7BEEEB; }
a { background-color: rgb(123,238,235); }
div.DivClassName
{
background-color: #7BEEEB;
}
.BgClassName
{
background-color: #7BEEEB;
}
</style>
border-color css
<style>
span { border-color: #7BEEEB; }
span { border-color: rgb(123,238,235); }
td.TdClassName
{
border-color: #7BEEEB;
}
.TagClassName
{
border-color: #7BEEEB;
}
</style>