Shades of Electric Blue #7BF6ED
Tints of Electric Blue #7BF6ED
RGB
CMYK
RGB Variations
Color information
#7BF6ED (or 0x7BF6ED) is known color: Electric Blue. HEX triplet: 7B, F6 and ED. RGB value is (123,246,237). Sum of RGB (Red+Green+Blue) = 123+246+237=606 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.30% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF6ED is #840912. Grayscale: #D0D0D0. Windows color (decimal): -8653075 or 15595131. OLE color: 15595131.
HSL color Cylindrical-coordinate representation of color #7BF6ED: hue angle of 175.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF6ED is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 246 | 237 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.04 |
| HSL | 175.61º | 0.87% | 0.72% | - |
| HSV(B) | 175.61º | 0.5% | 0.96% | - |
| XYZ | 56.41 | 76.24 | 91.86 | - |
| YUV | 208.2 | 144.25 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 246 | 237 | 0.50 | 0 | 0.04 | 0.04 | 175.61 | 0.87 | 0.72 |
| Hex | 7B | F6 | ED | 32 | 0 | 4 | 4 | B0 | 57 | 48 |
| Octal | 173 | 366 | 355 | 62 | 0 | 4 | 4 | 260 | 127 | 110 |
| Binary | 1111011 | 11110110 | 11101101 | 110010 | 0 | 100 | 100 | 10110000 | 1010111 | 1001000 |
Color Harmonies of #7BF6ED
Complementary color
Monochromatic Colors of #7BF6ED
Black with #7BF6ED
Text Example
Text Example
White with #7BF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF6ED; }
p { color: rgb(123,246,237); }
H1.HeaderClassName
{
color: #7BF6ED;
}
.AnyTagClassName
{
color: #7BF6ED;
}
</style>
background-color css
<style>
a { background-color: #7BF6ED; }
a { background-color: rgb(123,246,237); }
div.DivClassName
{
background-color: #7BF6ED;
}
.BgClassName
{
background-color: #7BF6ED;
}
</style>
border-color css
<style>
span { border-color: #7BF6ED; }
span { border-color: rgb(123,246,237); }
td.TdClassName
{
border-color: #7BF6ED;
}
.TagClassName
{
border-color: #7BF6ED;
}
</style>