Shades of Electric Blue #7BFBF5
Tints of Electric Blue #7BFBF5
RGB
CMYK
RGB Variations
Color information
#7BFBF5 (or 0x7BFBF5) is known color: Electric Blue. HEX triplet: 7B, FB and F5. RGB value is (123,251,245). Sum of RGB (Red+Green+Blue) = 123+251+245=619 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.87% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBF5 is #84040A. Grayscale: #D3D3D3. Windows color (decimal): -8651787 or 16120699. OLE color: 16120699.
HSL color Cylindrical-coordinate representation of color #7BFBF5: hue angle of 177.19º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFBF5 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 245 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.02 |
| HSL | 177.19º | 0.94% | 0.73% | - |
| HSV(B) | 177.19º | 0.51% | 0.98% | - |
| XYZ | 59.15 | 79.8 | 98.67 | - |
| YUV | 212.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 245 | 0.51 | 0 | 0.02 | 0.02 | 177.19 | 0.94 | 0.73 |
| Hex | 7B | FB | F5 | 33 | 0 | 2 | 2 | B1 | 5E | 49 |
| Octal | 173 | 373 | 365 | 63 | 0 | 2 | 2 | 261 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11110101 | 110011 | 0 | 10 | 10 | 10110001 | 1011110 | 1001001 |
Color Harmonies of #7BFBF5
Complementary color
Monochromatic Colors of #7BFBF5
Black with #7BFBF5
Text Example
Text Example
White with #7BFBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBF5; }
p { color: rgb(123,251,245); }
H1.HeaderClassName
{
color: #7BFBF5;
}
.AnyTagClassName
{
color: #7BFBF5;
}
</style>
background-color css
<style>
a { background-color: #7BFBF5; }
a { background-color: rgb(123,251,245); }
div.DivClassName
{
background-color: #7BFBF5;
}
.BgClassName
{
background-color: #7BFBF5;
}
</style>
border-color css
<style>
span { border-color: #7BFBF5; }
span { border-color: rgb(123,251,245); }
td.TdClassName
{
border-color: #7BFBF5;
}
.TagClassName
{
border-color: #7BFBF5;
}
</style>