Shades of Electric Blue #7BEFE6
Tints of Electric Blue #7BEFE6
RGB
CMYK
RGB Variations
Color information
#7BEFE6 (or 0x7BEFE6) is known color: Electric Blue. HEX triplet: 7B, EF and E6. RGB value is (123,239,230). Sum of RGB (Red+Green+Blue) = 123+239+230=592 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.78% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEFE6 is #841019. Grayscale: #CBCBCB. Windows color (decimal): -8654874 or 15134587. OLE color: 15134587.
HSL color Cylindrical-coordinate representation of color #7BEFE6: hue angle of 175.34º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFE6 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 230 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.06 |
| HSL | 175.34º | 0.78% | 0.71% | - |
| HSV(B) | 175.34º | 0.49% | 0.94% | - |
| XYZ | 53.32 | 71.66 | 85.88 | - |
| YUV | 203.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 230 | 0.49 | 0 | 0.04 | 0.06 | 175.34 | 0.78 | 0.71 |
| Hex | 7B | EF | E6 | 31 | 0 | 4 | 6 | AF | 4E | 47 |
| Octal | 173 | 357 | 346 | 61 | 0 | 4 | 6 | 257 | 116 | 107 |
| Binary | 1111011 | 11101111 | 11100110 | 110001 | 0 | 100 | 110 | 10101111 | 1001110 | 1000111 |
Color Harmonies of #7BEFE6
Complementary color
Monochromatic Colors of #7BEFE6
Black with #7BEFE6
Text Example
Text Example
White with #7BEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFE6; }
p { color: rgb(123,239,230); }
H1.HeaderClassName
{
color: #7BEFE6;
}
.AnyTagClassName
{
color: #7BEFE6;
}
</style>
background-color css
<style>
a { background-color: #7BEFE6; }
a { background-color: rgb(123,239,230); }
div.DivClassName
{
background-color: #7BEFE6;
}
.BgClassName
{
background-color: #7BEFE6;
}
</style>
border-color css
<style>
span { border-color: #7BEFE6; }
span { border-color: rgb(123,239,230); }
td.TdClassName
{
border-color: #7BEFE6;
}
.TagClassName
{
border-color: #7BEFE6;
}
</style>