Shades of Electric Blue #7BFEEE
Tints of Electric Blue #7BFEEE
RGB
CMYK
RGB Variations
Color information
#7BFEEE (or 0x7BFEEE) is known color: Electric Blue. HEX triplet: 7B, FE and EE. RGB value is (123,254,238). Sum of RGB (Red+Green+Blue) = 123+254+238=615 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEEE is #840111. Grayscale: #D4D4D4. Windows color (decimal): -8651026 or 15662715. OLE color: 15662715.
HSL color Cylindrical-coordinate representation of color #7BFEEE: hue angle of 172.67º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEEE is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 238 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.00 |
| HSL | 172.67º | 0.98% | 0.74% | - |
| HSV(B) | 172.67º | 0.52% | 1% | - |
| XYZ | 59.04 | 81.27 | 93.46 | - |
| YUV | 213.01 | 142.1 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 238 | 0.52 | 0 | 0.06 | 0.00 | 172.67 | 0.98 | 0.74 |
| Hex | 7B | FE | EE | 34 | 0 | 6 | 0 | AD | 62 | 4A |
| Octal | 173 | 376 | 356 | 64 | 0 | 6 | 0 | 255 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11101110 | 110100 | 0 | 110 | 0 | 10101101 | 1100010 | 1001010 |
Color Harmonies of #7BFEEE
Complementary color
Monochromatic Colors of #7BFEEE
Black with #7BFEEE
Text Example
Text Example
White with #7BFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEEE; }
p { color: rgb(123,254,238); }
H1.HeaderClassName
{
color: #7BFEEE;
}
.AnyTagClassName
{
color: #7BFEEE;
}
</style>
background-color css
<style>
a { background-color: #7BFEEE; }
a { background-color: rgb(123,254,238); }
div.DivClassName
{
background-color: #7BFEEE;
}
.BgClassName
{
background-color: #7BFEEE;
}
</style>
border-color css
<style>
span { border-color: #7BFEEE; }
span { border-color: rgb(123,254,238); }
td.TdClassName
{
border-color: #7BFEEE;
}
.TagClassName
{
border-color: #7BFEEE;
}
</style>