Shades of Electric Blue #7BF0FE
Tints of Electric Blue #7BF0FE
RGB
CMYK
RGB Variations
Color information
#7BF0FE (or 0x7BF0FE) is known color: Electric Blue. HEX triplet: 7B, F0 and FE. RGB value is (123,240,254). Sum of RGB (Red+Green+Blue) = 123+240+254=617 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.94% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF0FE is #840F01. Grayscale: #CECECE. Windows color (decimal): -8654594 or 16707707. OLE color: 16707707.
HSL color Cylindrical-coordinate representation of color #7BF0FE: hue angle of 186.41º 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 #7BF0FE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 240 | 254 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.00 |
| HSL | 186.41º | 0.98% | 0.74% | - |
| HSV(B) | 186.41º | 0.52% | 1% | - |
| XYZ | 57.22 | 73.69 | 104.97 | - |
| YUV | 206.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 240 | 254 | 0.52 | 0.06 | 0 | 0.00 | 186.41 | 0.98 | 0.74 |
| Hex | 7B | F0 | FE | 34 | 6 | 0 | 0 | BA | 62 | 4A |
| Octal | 173 | 360 | 376 | 64 | 6 | 0 | 0 | 272 | 142 | 112 |
| Binary | 1111011 | 11110000 | 11111110 | 110100 | 110 | 0 | 0 | 10111010 | 1100010 | 1001010 |
Color Harmonies of #7BF0FE
Complementary color
Monochromatic Colors of #7BF0FE
Black with #7BF0FE
Text Example
Text Example
White with #7BF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF0FE; }
p { color: rgb(123,240,254); }
H1.HeaderClassName
{
color: #7BF0FE;
}
.AnyTagClassName
{
color: #7BF0FE;
}
</style>
background-color css
<style>
a { background-color: #7BF0FE; }
a { background-color: rgb(123,240,254); }
div.DivClassName
{
background-color: #7BF0FE;
}
.BgClassName
{
background-color: #7BF0FE;
}
</style>
border-color css
<style>
span { border-color: #7BF0FE; }
span { border-color: rgb(123,240,254); }
td.TdClassName
{
border-color: #7BF0FE;
}
.TagClassName
{
border-color: #7BF0FE;
}
</style>