Shades of Electric Blue #7BFAEC
Tints of Electric Blue #7BFAEC
RGB
CMYK
RGB Variations
Color information
#7BFAEC (or 0x7BFAEC) is known color: Electric Blue. HEX triplet: 7B, FA and EC. RGB value is (123,250,236). Sum of RGB (Red+Green+Blue) = 123+250+236=609 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.20% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAEC is #840513. Grayscale: #D2D2D2. Windows color (decimal): -8652052 or 15530619. OLE color: 15530619.
HSL color Cylindrical-coordinate representation of color #7BFAEC: hue angle of 173.39º degrees, saturation: 0.93, 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 #7BFAEC is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 236 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.02 |
| HSL | 173.39º | 0.93% | 0.73% | - |
| HSV(B) | 173.39º | 0.51% | 0.98% | - |
| XYZ | 57.49 | 78.64 | 91.51 | - |
| YUV | 210.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 236 | 0.51 | 0 | 0.06 | 0.02 | 173.39 | 0.93 | 0.73 |
| Hex | 7B | FA | EC | 33 | 0 | 6 | 2 | AD | 5D | 49 |
| Octal | 173 | 372 | 354 | 63 | 0 | 6 | 2 | 255 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11101100 | 110011 | 0 | 110 | 10 | 10101101 | 1011101 | 1001001 |
Color Harmonies of #7BFAEC
Complementary color
Monochromatic Colors of #7BFAEC
Black with #7BFAEC
Text Example
Text Example
White with #7BFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAEC; }
p { color: rgb(123,250,236); }
H1.HeaderClassName
{
color: #7BFAEC;
}
.AnyTagClassName
{
color: #7BFAEC;
}
</style>
background-color css
<style>
a { background-color: #7BFAEC; }
a { background-color: rgb(123,250,236); }
div.DivClassName
{
background-color: #7BFAEC;
}
.BgClassName
{
background-color: #7BFAEC;
}
</style>
border-color css
<style>
span { border-color: #7BFAEC; }
span { border-color: rgb(123,250,236); }
td.TdClassName
{
border-color: #7BFAEC;
}
.TagClassName
{
border-color: #7BFAEC;
}
</style>