Shades of Electric Blue #7BECFE
Tints of Electric Blue #7BECFE
RGB
CMYK
RGB Variations
Color information
#7BECFE (or 0x7BECFE) is known color: Electric Blue. HEX triplet: 7B, EC and FE. RGB value is (123,236,254). Sum of RGB (Red+Green+Blue) = 123+236+254=613 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.07% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BECFE is #841301. Grayscale: #CCCCCC. Windows color (decimal): -8655618 or 16706683. OLE color: 16706683.
HSL color Cylindrical-coordinate representation of color #7BECFE: hue angle of 188.24º 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 #7BECFE is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 236 | 254 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.00 |
| HSL | 188.24º | 0.98% | 0.74% | - |
| HSV(B) | 188.24º | 0.52% | 1% | - |
| XYZ | 56.05 | 71.36 | 104.59 | - |
| YUV | 204.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 254 | 0.52 | 0.07 | 0 | 0.00 | 188.24 | 0.98 | 0.74 |
| Hex | 7B | EC | FE | 34 | 7 | 0 | 0 | BC | 62 | 4A |
| Octal | 173 | 354 | 376 | 64 | 7 | 0 | 0 | 274 | 142 | 112 |
| Binary | 1111011 | 11101100 | 11111110 | 110100 | 111 | 0 | 0 | 10111100 | 1100010 | 1001010 |
Color Harmonies of #7BECFE
Complementary color
Monochromatic Colors of #7BECFE
Black with #7BECFE
Text Example
Text Example
White with #7BECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECFE; }
p { color: rgb(123,236,254); }
H1.HeaderClassName
{
color: #7BECFE;
}
.AnyTagClassName
{
color: #7BECFE;
}
</style>
background-color css
<style>
a { background-color: #7BECFE; }
a { background-color: rgb(123,236,254); }
div.DivClassName
{
background-color: #7BECFE;
}
.BgClassName
{
background-color: #7BECFE;
}
</style>
border-color css
<style>
span { border-color: #7BECFE; }
span { border-color: rgb(123,236,254); }
td.TdClassName
{
border-color: #7BECFE;
}
.TagClassName
{
border-color: #7BECFE;
}
</style>