Shades of Electric Blue #7BFBEE
Tints of Electric Blue #7BFBEE
RGB
CMYK
RGB Variations
Color information
#7BFBEE (or 0x7BFBEE) is known color: Electric Blue. HEX triplet: 7B, FB and EE. RGB value is (123,251,238). Sum of RGB (Red+Green+Blue) = 123+251+238=612 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.10% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBEE is #840411. Grayscale: #D3D3D3. Windows color (decimal): -8651794 or 15661947. OLE color: 15661947.
HSL color Cylindrical-coordinate representation of color #7BFBEE: hue angle of 173.91º 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 #7BFBEE is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 238 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.02 |
| HSL | 173.91º | 0.94% | 0.73% | - |
| HSV(B) | 173.91º | 0.51% | 0.98% | - |
| XYZ | 58.1 | 79.38 | 93.15 | - |
| YUV | 211.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 238 | 0.51 | 0 | 0.05 | 0.02 | 173.91 | 0.94 | 0.73 |
| Hex | 7B | FB | EE | 33 | 0 | 5 | 2 | AE | 5E | 49 |
| Octal | 173 | 373 | 356 | 63 | 0 | 5 | 2 | 256 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11101110 | 110011 | 0 | 101 | 10 | 10101110 | 1011110 | 1001001 |
Color Harmonies of #7BFBEE
Complementary color
Monochromatic Colors of #7BFBEE
Black with #7BFBEE
Text Example
Text Example
White with #7BFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBEE; }
p { color: rgb(123,251,238); }
H1.HeaderClassName
{
color: #7BFBEE;
}
.AnyTagClassName
{
color: #7BFBEE;
}
</style>
background-color css
<style>
a { background-color: #7BFBEE; }
a { background-color: rgb(123,251,238); }
div.DivClassName
{
background-color: #7BFBEE;
}
.BgClassName
{
background-color: #7BFBEE;
}
</style>
border-color css
<style>
span { border-color: #7BFBEE; }
span { border-color: rgb(123,251,238); }
td.TdClassName
{
border-color: #7BFBEE;
}
.TagClassName
{
border-color: #7BFBEE;
}
</style>