Shades of Electric Blue #7BFFEE
Tints of Electric Blue #7BFFEE
RGB
CMYK
RGB Variations
Color information
#7BFFEE (or 0x7BFFEE) is known color: Electric Blue. HEX triplet: 7B, FF and EE. RGB value is (123,255,238). Sum of RGB (Red+Green+Blue) = 123+255+238=616 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.97% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFEE is #840011. Grayscale: #D5D5D5. Windows color (decimal): -8650770 or 15662971. OLE color: 15662971.
HSL color Cylindrical-coordinate representation of color #7BFFEE: hue angle of 172.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFEE is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 238 | - |
| CMYK | 0.52 | 0 | 0.07 | 0 |
| HSL | 172.27º | 1% | 0.74% | - |
| HSV(B) | 172.27º | 0.52% | 1% | - |
| XYZ | 59.36 | 81.9 | 93.57 | - |
| YUV | 213.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 238 | 0.52 | 0 | 0.07 | 0 | 172.27 | 1 | 0.74 |
| Hex | 7B | FF | EE | 34 | 0 | 7 | 0 | AC | 64 | 4A |
| Octal | 173 | 377 | 356 | 64 | 0 | 7 | 0 | 254 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11101110 | 110100 | 0 | 111 | 0 | 10101100 | 1100100 | 1001010 |
Color Harmonies of #7BFFEE
Complementary color
Monochromatic Colors of #7BFFEE
Black with #7BFFEE
Text Example
Text Example
White with #7BFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFEE; }
p { color: rgb(123,255,238); }
H1.HeaderClassName
{
color: #7BFFEE;
}
.AnyTagClassName
{
color: #7BFFEE;
}
</style>
background-color css
<style>
a { background-color: #7BFFEE; }
a { background-color: rgb(123,255,238); }
div.DivClassName
{
background-color: #7BFFEE;
}
.BgClassName
{
background-color: #7BFFEE;
}
</style>
border-color css
<style>
span { border-color: #7BFFEE; }
span { border-color: rgb(123,255,238); }
td.TdClassName
{
border-color: #7BFFEE;
}
.TagClassName
{
border-color: #7BFFEE;
}
</style>