Shades of Electric Blue #7BF6F4
Tints of Electric Blue #7BF6F4
RGB
CMYK
RGB Variations
Color information
#7BF6F4 (or 0x7BF6F4) is known color: Electric Blue. HEX triplet: 7B, F6 and F4. RGB value is (123,246,244). Sum of RGB (Red+Green+Blue) = 123+246+244=613 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.07% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF6F4 is #84090B. Grayscale: #D0D0D0. Windows color (decimal): -8653068 or 16053883. OLE color: 16053883.
HSL color Cylindrical-coordinate representation of color #7BF6F4: hue angle of 179.02º 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 #7BF6F4 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 246 | 244 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.04 |
| HSL | 179.02º | 0.87% | 0.72% | - |
| HSV(B) | 179.02º | 0.5% | 0.96% | - |
| XYZ | 57.45 | 76.65 | 97.36 | - |
| YUV | 209 | 147.75 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 246 | 244 | 0.50 | 0 | 0.01 | 0.04 | 179.02 | 0.87 | 0.72 |
| Hex | 7B | F6 | F4 | 32 | 0 | 1 | 4 | B3 | 57 | 48 |
| Octal | 173 | 366 | 364 | 62 | 0 | 1 | 4 | 263 | 127 | 110 |
| Binary | 1111011 | 11110110 | 11110100 | 110010 | 0 | 1 | 100 | 10110011 | 1010111 | 1001000 |
Color Harmonies of #7BF6F4
Complementary color
Monochromatic Colors of #7BF6F4
Black with #7BF6F4
Text Example
Text Example
White with #7BF6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF6F4; }
p { color: rgb(123,246,244); }
H1.HeaderClassName
{
color: #7BF6F4;
}
.AnyTagClassName
{
color: #7BF6F4;
}
</style>
background-color css
<style>
a { background-color: #7BF6F4; }
a { background-color: rgb(123,246,244); }
div.DivClassName
{
background-color: #7BF6F4;
}
.BgClassName
{
background-color: #7BF6F4;
}
</style>
border-color css
<style>
span { border-color: #7BF6F4; }
span { border-color: rgb(123,246,244); }
td.TdClassName
{
border-color: #7BF6F4;
}
.TagClassName
{
border-color: #7BF6F4;
}
</style>