Shades of Electric Blue #7BFEEF
Tints of Electric Blue #7BFEEF
RGB
CMYK
RGB Variations
Color information
#7BFEEF (or 0x7BFEEF) is known color: Electric Blue. HEX triplet: 7B, FE and EF. RGB value is (123,254,239). Sum of RGB (Red+Green+Blue) = 123+254+239=616 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.97% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEEF is #840110. Grayscale: #D5D5D5. Windows color (decimal): -8651025 or 15728251. OLE color: 15728251.
HSL color Cylindrical-coordinate representation of color #7BFEEF: hue angle of 173.13º 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 #7BFEEF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 239 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.00 |
| HSL | 173.13º | 0.98% | 0.74% | - |
| HSV(B) | 173.13º | 0.52% | 1% | - |
| XYZ | 59.19 | 81.33 | 94.24 | - |
| YUV | 213.12 | 142.6 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 239 | 0.52 | 0 | 0.06 | 0.00 | 173.13 | 0.98 | 0.74 |
| Hex | 7B | FE | EF | 34 | 0 | 6 | 0 | AD | 62 | 4A |
| Octal | 173 | 376 | 357 | 64 | 0 | 6 | 0 | 255 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11101111 | 110100 | 0 | 110 | 0 | 10101101 | 1100010 | 1001010 |
Color Harmonies of #7BFEEF
Complementary color
Monochromatic Colors of #7BFEEF
Black with #7BFEEF
Text Example
Text Example
White with #7BFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEEF; }
p { color: rgb(123,254,239); }
H1.HeaderClassName
{
color: #7BFEEF;
}
.AnyTagClassName
{
color: #7BFEEF;
}
</style>
background-color css
<style>
a { background-color: #7BFEEF; }
a { background-color: rgb(123,254,239); }
div.DivClassName
{
background-color: #7BFEEF;
}
.BgClassName
{
background-color: #7BFEEF;
}
</style>
border-color css
<style>
span { border-color: #7BFEEF; }
span { border-color: rgb(123,254,239); }
td.TdClassName
{
border-color: #7BFEEF;
}
.TagClassName
{
border-color: #7BFEEF;
}
</style>