Shades of Electric Blue #7BF2EF
Tints of Electric Blue #7BF2EF
RGB
CMYK
RGB Variations
Color information
#7BF2EF (or 0x7BF2EF) is known color: Electric Blue. HEX triplet: 7B, F2 and EF. RGB value is (123,242,239). Sum of RGB (Red+Green+Blue) = 123+242+239=604 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.36% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2EF is #840D10. Grayscale: #CDCDCD. Windows color (decimal): -8654097 or 15725179. OLE color: 15725179.
HSL color Cylindrical-coordinate representation of color #7BF2EF: hue angle of 178.49º 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 #7BF2EF is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 239 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.05 |
| HSL | 178.49º | 0.82% | 0.72% | - |
| HSV(B) | 178.49º | 0.49% | 0.95% | - |
| XYZ | 55.5 | 73.95 | 93.01 | - |
| YUV | 206.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 239 | 0.49 | 0 | 0.01 | 0.05 | 178.49 | 0.82 | 0.72 |
| Hex | 7B | F2 | EF | 31 | 0 | 1 | 5 | B2 | 52 | 48 |
| Octal | 173 | 362 | 357 | 61 | 0 | 1 | 5 | 262 | 122 | 110 |
| Binary | 1111011 | 11110010 | 11101111 | 110001 | 0 | 1 | 101 | 10110010 | 1010010 | 1001000 |
Color Harmonies of #7BF2EF
Complementary color
Monochromatic Colors of #7BF2EF
Black with #7BF2EF
Text Example
Text Example
White with #7BF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF2EF; }
p { color: rgb(123,242,239); }
H1.HeaderClassName
{
color: #7BF2EF;
}
.AnyTagClassName
{
color: #7BF2EF;
}
</style>
background-color css
<style>
a { background-color: #7BF2EF; }
a { background-color: rgb(123,242,239); }
div.DivClassName
{
background-color: #7BF2EF;
}
.BgClassName
{
background-color: #7BF2EF;
}
</style>
border-color css
<style>
span { border-color: #7BF2EF; }
span { border-color: rgb(123,242,239); }
td.TdClassName
{
border-color: #7BF2EF;
}
.TagClassName
{
border-color: #7BF2EF;
}
</style>