Shades of Electric Blue #7BFEFE
Tints of Electric Blue #7BFEFE
RGB
CMYK
RGB Variations
Color information
#7BFEFE (or 0x7BFEFE) is known color: Electric Blue. HEX triplet: 7B, FE and FE. RGB value is (123,254,254). Sum of RGB (Red+Green+Blue) = 123+254+254=631 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.49% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #7BFEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEFE is #840101. Grayscale: #D6D6D6. Windows color (decimal): -8651010 or 16711291. OLE color: 16711291.
HSL color Cylindrical-coordinate representation of color #7BFEFE: hue angle of 180º 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 #7BFEFE is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 254 | - |
| CMYK | 0.52 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.74% | - |
| HSV(B) | 180º | 0.52% | 1% | - |
| XYZ | 61.5 | 82.25 | 106.4 | - |
| YUV | 214.83 | 150.1 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 254 | 0.52 | 0 | 0 | 0.00 | 180 | 0.98 | 0.74 |
| Hex | 7B | FE | FE | 34 | 0 | 0 | 0 | B4 | 62 | 4A |
| Octal | 173 | 376 | 376 | 64 | 0 | 0 | 0 | 264 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11111110 | 110100 | 0 | 0 | 0 | 10110100 | 1100010 | 1001010 |
Color Harmonies of #7BFEFE
Complementary color
Monochromatic Colors of #7BFEFE
Black with #7BFEFE
Text Example
Text Example
White with #7BFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEFE; }
p { color: rgb(123,254,254); }
H1.HeaderClassName
{
color: #7BFEFE;
}
.AnyTagClassName
{
color: #7BFEFE;
}
</style>
background-color css
<style>
a { background-color: #7BFEFE; }
a { background-color: rgb(123,254,254); }
div.DivClassName
{
background-color: #7BFEFE;
}
.BgClassName
{
background-color: #7BFEFE;
}
</style>
border-color css
<style>
span { border-color: #7BFEFE; }
span { border-color: rgb(123,254,254); }
td.TdClassName
{
border-color: #7BFEFE;
}
.TagClassName
{
border-color: #7BFEFE;
}
</style>