Shades of Electric Blue #7BF2E6
Tints of Electric Blue #7BF2E6
RGB
CMYK
RGB Variations
Color information
#7BF2E6 (or 0x7BF2E6) is known color: Electric Blue. HEX triplet: 7B, F2 and E6. RGB value is (123,242,230). Sum of RGB (Red+Green+Blue) = 123+242+230=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2E6 is #840D19. Grayscale: #CCCCCC. Windows color (decimal): -8654106 or 15135355. OLE color: 15135355.
HSL color Cylindrical-coordinate representation of color #7BF2E6: hue angle of 173.95º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF2E6 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 230 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.05 |
| HSL | 173.95º | 0.82% | 0.72% | - |
| HSV(B) | 173.95º | 0.49% | 0.95% | - |
| XYZ | 54.2 | 73.43 | 86.18 | - |
| YUV | 205.05 | 142.08 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 230 | 0.49 | 0 | 0.05 | 0.05 | 173.95 | 0.82 | 0.72 |
| Hex | 7B | F2 | E6 | 31 | 0 | 5 | 5 | AE | 52 | 48 |
| Octal | 173 | 362 | 346 | 61 | 0 | 5 | 5 | 256 | 122 | 110 |
| Binary | 1111011 | 11110010 | 11100110 | 110001 | 0 | 101 | 101 | 10101110 | 1010010 | 1001000 |
Color Harmonies of #7BF2E6
Complementary color
Monochromatic Colors of #7BF2E6
Black with #7BF2E6
Text Example
Text Example
White with #7BF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF2E6; }
p { color: rgb(123,242,230); }
H1.HeaderClassName
{
color: #7BF2E6;
}
.AnyTagClassName
{
color: #7BF2E6;
}
</style>
background-color css
<style>
a { background-color: #7BF2E6; }
a { background-color: rgb(123,242,230); }
div.DivClassName
{
background-color: #7BF2E6;
}
.BgClassName
{
background-color: #7BF2E6;
}
</style>
border-color css
<style>
span { border-color: #7BF2E6; }
span { border-color: rgb(123,242,230); }
td.TdClassName
{
border-color: #7BF2E6;
}
.TagClassName
{
border-color: #7BF2E6;
}
</style>