Shades of Electric Blue #7BFCEC
Tints of Electric Blue #7BFCEC
RGB
CMYK
RGB Variations
Color information
#7BFCEC (or 0x7BFCEC) is known color: Electric Blue. HEX triplet: 7B, FC and EC. RGB value is (123,252,236). Sum of RGB (Red+Green+Blue) = 123+252+236=611 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.13% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCEC is #840313. Grayscale: #D3D3D3. Windows color (decimal): -8651540 or 15531131. OLE color: 15531131.
HSL color Cylindrical-coordinate representation of color #7BFCEC: hue angle of 172.56º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCEC is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 236 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.01 |
| HSL | 172.56º | 0.96% | 0.74% | - |
| HSV(B) | 172.56º | 0.51% | 0.99% | - |
| XYZ | 58.12 | 79.89 | 91.71 | - |
| YUV | 211.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 236 | 0.51 | 0 | 0.06 | 0.01 | 172.56 | 0.96 | 0.74 |
| Hex | 7B | FC | EC | 33 | 0 | 6 | 1 | AD | 60 | 4A |
| Octal | 173 | 374 | 354 | 63 | 0 | 6 | 1 | 255 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11101100 | 110011 | 0 | 110 | 1 | 10101101 | 1100000 | 1001010 |
Color Harmonies of #7BFCEC
Complementary color
Monochromatic Colors of #7BFCEC
Black with #7BFCEC
Text Example
Text Example
White with #7BFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCEC; }
p { color: rgb(123,252,236); }
H1.HeaderClassName
{
color: #7BFCEC;
}
.AnyTagClassName
{
color: #7BFCEC;
}
</style>
background-color css
<style>
a { background-color: #7BFCEC; }
a { background-color: rgb(123,252,236); }
div.DivClassName
{
background-color: #7BFCEC;
}
.BgClassName
{
background-color: #7BFCEC;
}
</style>
border-color css
<style>
span { border-color: #7BFCEC; }
span { border-color: rgb(123,252,236); }
td.TdClassName
{
border-color: #7BFCEC;
}
.TagClassName
{
border-color: #7BFCEC;
}
</style>