Shades of Electric Blue #7BFCFE
Tints of Electric Blue #7BFCFE
RGB
CMYK
RGB Variations
Color information
#7BFCFE (or 0x7BFCFE) is known color: Electric Blue. HEX triplet: 7B, FC and FE. RGB value is (123,252,254). Sum of RGB (Red+Green+Blue) = 123+252+254=629 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.55% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BFCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCFE is #840301. Grayscale: #D5D5D5. Windows color (decimal): -8651522 or 16710779. OLE color: 16710779.
HSL color Cylindrical-coordinate representation of color #7BFCFE: hue angle of 180.92º 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 #7BFCFE is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 252 | 254 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.00 |
| HSL | 180.92º | 0.98% | 0.74% | - |
| HSV(B) | 180.92º | 0.52% | 1% | - |
| XYZ | 60.87 | 80.99 | 106.19 | - |
| YUV | 213.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 254 | 0.52 | 0.01 | 0 | 0.00 | 180.92 | 0.98 | 0.74 |
| Hex | 7B | FC | FE | 34 | 1 | 0 | 0 | B5 | 62 | 4A |
| Octal | 173 | 374 | 376 | 64 | 1 | 0 | 0 | 265 | 142 | 112 |
| Binary | 1111011 | 11111100 | 11111110 | 110100 | 1 | 0 | 0 | 10110101 | 1100010 | 1001010 |
Color Harmonies of #7BFCFE
Complementary color
Monochromatic Colors of #7BFCFE
Black with #7BFCFE
Text Example
Text Example
White with #7BFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCFE; }
p { color: rgb(123,252,254); }
H1.HeaderClassName
{
color: #7BFCFE;
}
.AnyTagClassName
{
color: #7BFCFE;
}
</style>
background-color css
<style>
a { background-color: #7BFCFE; }
a { background-color: rgb(123,252,254); }
div.DivClassName
{
background-color: #7BFCFE;
}
.BgClassName
{
background-color: #7BFCFE;
}
</style>
border-color css
<style>
span { border-color: #7BFCFE; }
span { border-color: rgb(123,252,254); }
td.TdClassName
{
border-color: #7BFCFE;
}
.TagClassName
{
border-color: #7BFCFE;
}
</style>