Shades of Electric Blue #7BFBEC
Tints of Electric Blue #7BFBEC
RGB
CMYK
RGB Variations
Color information
#7BFBEC (or 0x7BFBEC) is known color: Electric Blue. HEX triplet: 7B, FB and EC. RGB value is (123,251,236). Sum of RGB (Red+Green+Blue) = 123+251+236=610 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.16% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBEC is #840413. Grayscale: #D2D2D2. Windows color (decimal): -8651796 or 15530875. OLE color: 15530875.
HSL color Cylindrical-coordinate representation of color #7BFBEC: hue angle of 172.97º degrees, saturation: 0.94, 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 #7BFBEC is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 236 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.02 |
| HSL | 172.97º | 0.94% | 0.73% | - |
| HSV(B) | 172.97º | 0.51% | 0.98% | - |
| XYZ | 57.81 | 79.26 | 91.61 | - |
| YUV | 211.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 236 | 0.51 | 0 | 0.06 | 0.02 | 172.97 | 0.94 | 0.73 |
| Hex | 7B | FB | EC | 33 | 0 | 6 | 2 | AD | 5E | 49 |
| Octal | 173 | 373 | 354 | 63 | 0 | 6 | 2 | 255 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11101100 | 110011 | 0 | 110 | 10 | 10101101 | 1011110 | 1001001 |
Color Harmonies of #7BFBEC
Complementary color
Monochromatic Colors of #7BFBEC
Black with #7BFBEC
Text Example
Text Example
White with #7BFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBEC; }
p { color: rgb(123,251,236); }
H1.HeaderClassName
{
color: #7BFBEC;
}
.AnyTagClassName
{
color: #7BFBEC;
}
</style>
background-color css
<style>
a { background-color: #7BFBEC; }
a { background-color: rgb(123,251,236); }
div.DivClassName
{
background-color: #7BFBEC;
}
.BgClassName
{
background-color: #7BFBEC;
}
</style>
border-color css
<style>
span { border-color: #7BFBEC; }
span { border-color: rgb(123,251,236); }
td.TdClassName
{
border-color: #7BFBEC;
}
.TagClassName
{
border-color: #7BFBEC;
}
</style>