Shades of Electric Blue #7BFAEE
Tints of Electric Blue #7BFAEE
RGB
CMYK
RGB Variations
Color information
#7BFAEE (or 0x7BFAEE) is known color: Electric Blue. HEX triplet: 7B, FA and EE. RGB value is (123,250,238). Sum of RGB (Red+Green+Blue) = 123+250+238=611 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.13% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAEE is #840511. Grayscale: #D2D2D2. Windows color (decimal): -8652050 or 15661691. OLE color: 15661691.
HSL color Cylindrical-coordinate representation of color #7BFAEE: hue angle of 174.33º 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 #7BFAEE is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 238 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.02 |
| HSL | 174.33º | 0.93% | 0.73% | - |
| HSV(B) | 174.33º | 0.51% | 0.98% | - |
| XYZ | 57.79 | 78.76 | 93.04 | - |
| YUV | 210.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 238 | 0.51 | 0 | 0.05 | 0.02 | 174.33 | 0.93 | 0.73 |
| Hex | 7B | FA | EE | 33 | 0 | 5 | 2 | AE | 5D | 49 |
| Octal | 173 | 372 | 356 | 63 | 0 | 5 | 2 | 256 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11101110 | 110011 | 0 | 101 | 10 | 10101110 | 1011101 | 1001001 |
Color Harmonies of #7BFAEE
Complementary color
Monochromatic Colors of #7BFAEE
Black with #7BFAEE
Text Example
Text Example
White with #7BFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAEE; }
p { color: rgb(123,250,238); }
H1.HeaderClassName
{
color: #7BFAEE;
}
.AnyTagClassName
{
color: #7BFAEE;
}
</style>
background-color css
<style>
a { background-color: #7BFAEE; }
a { background-color: rgb(123,250,238); }
div.DivClassName
{
background-color: #7BFAEE;
}
.BgClassName
{
background-color: #7BFAEE;
}
</style>
border-color css
<style>
span { border-color: #7BFAEE; }
span { border-color: rgb(123,250,238); }
td.TdClassName
{
border-color: #7BFAEE;
}
.TagClassName
{
border-color: #7BFAEE;
}
</style>