Shades of Electric Blue #7BFCEA
Tints of Electric Blue #7BFCEA
RGB
CMYK
RGB Variations
Color information
#7BFCEA (or 0x7BFCEA) is known color: Electric Blue. HEX triplet: 7B, FC and EA. RGB value is (123,252,234). Sum of RGB (Red+Green+Blue) = 123+252+234=609 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.20% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCEA is #840315. Grayscale: #D3D3D3. Windows color (decimal): -8651542 or 15400059. OLE color: 15400059.
HSL color Cylindrical-coordinate representation of color #7BFCEA: hue angle of 171.63º 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 #7BFCEA is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 234 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.01 |
| HSL | 171.63º | 0.96% | 0.74% | - |
| HSV(B) | 171.63º | 0.51% | 0.99% | - |
| XYZ | 57.83 | 79.77 | 90.19 | - |
| YUV | 211.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 234 | 0.51 | 0 | 0.07 | 0.01 | 171.63 | 0.96 | 0.74 |
| Hex | 7B | FC | EA | 33 | 0 | 7 | 1 | AC | 60 | 4A |
| Octal | 173 | 374 | 352 | 63 | 0 | 7 | 1 | 254 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11101010 | 110011 | 0 | 111 | 1 | 10101100 | 1100000 | 1001010 |
Color Harmonies of #7BFCEA
Complementary color
Monochromatic Colors of #7BFCEA
Black with #7BFCEA
Text Example
Text Example
White with #7BFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCEA; }
p { color: rgb(123,252,234); }
H1.HeaderClassName
{
color: #7BFCEA;
}
.AnyTagClassName
{
color: #7BFCEA;
}
</style>
background-color css
<style>
a { background-color: #7BFCEA; }
a { background-color: rgb(123,252,234); }
div.DivClassName
{
background-color: #7BFCEA;
}
.BgClassName
{
background-color: #7BFCEA;
}
</style>
border-color css
<style>
span { border-color: #7BFCEA; }
span { border-color: rgb(123,252,234); }
td.TdClassName
{
border-color: #7BFCEA;
}
.TagClassName
{
border-color: #7BFCEA;
}
</style>