Shades of Electric Blue #7BEFFB
Tints of Electric Blue #7BEFFB
RGB
CMYK
RGB Variations
Color information
#7BEFFB (or 0x7BEFFB) is known color: Electric Blue. HEX triplet: 7B, EF and FB. RGB value is (123,239,251). Sum of RGB (Red+Green+Blue) = 123+239+251=613 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.07% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEFFB is #841004. Grayscale: #CDCDCD. Windows color (decimal): -8654853 or 16510843. OLE color: 16510843.
HSL color Cylindrical-coordinate representation of color #7BEFFB: hue angle of 185.62º 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 #7BEFFB is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 239 | 251 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.02 |
| HSL | 185.63º | 0.94% | 0.73% | - |
| HSV(B) | 185.63º | 0.51% | 0.98% | - |
| XYZ | 56.45 | 72.91 | 102.36 | - |
| YUV | 205.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 251 | 0.51 | 0.05 | 0 | 0.02 | 185.63 | 0.94 | 0.73 |
| Hex | 7B | EF | FB | 33 | 5 | 0 | 2 | BA | 5E | 49 |
| Octal | 173 | 357 | 373 | 63 | 5 | 0 | 2 | 272 | 136 | 111 |
| Binary | 1111011 | 11101111 | 11111011 | 110011 | 101 | 0 | 10 | 10111010 | 1011110 | 1001001 |
Color Harmonies of #7BEFFB
Complementary color
Monochromatic Colors of #7BEFFB
Black with #7BEFFB
Text Example
Text Example
White with #7BEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFFB; }
p { color: rgb(123,239,251); }
H1.HeaderClassName
{
color: #7BEFFB;
}
.AnyTagClassName
{
color: #7BEFFB;
}
</style>
background-color css
<style>
a { background-color: #7BEFFB; }
a { background-color: rgb(123,239,251); }
div.DivClassName
{
background-color: #7BEFFB;
}
.BgClassName
{
background-color: #7BEFFB;
}
</style>
border-color css
<style>
span { border-color: #7BEFFB; }
span { border-color: rgb(123,239,251); }
td.TdClassName
{
border-color: #7BEFFB;
}
.TagClassName
{
border-color: #7BEFFB;
}
</style>