Shades of Electric Blue #7BFFF0
Tints of Electric Blue #7BFFF0
RGB
CMYK
RGB Variations
Color information
#7BFFF0 (or 0x7BFFF0) is known color: Electric Blue. HEX triplet: 7B, FF and F0. RGB value is (123,255,240). Sum of RGB (Red+Green+Blue) = 123+255+240=618 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.90% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFF0 is #84000F. Grayscale: #D5D5D5. Windows color (decimal): -8650768 or 15794043. OLE color: 15794043.
HSL color Cylindrical-coordinate representation of color #7BFFF0: hue angle of 173.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFF0 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 240 | - |
| CMYK | 0.52 | 0 | 0.06 | 0 |
| HSL | 173.18º | 1% | 0.74% | - |
| HSV(B) | 173.18º | 0.52% | 1% | - |
| XYZ | 59.66 | 82.02 | 95.13 | - |
| YUV | 213.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 240 | 0.52 | 0 | 0.06 | 0 | 173.18 | 1 | 0.74 |
| Hex | 7B | FF | F0 | 34 | 0 | 6 | 0 | AD | 64 | 4A |
| Octal | 173 | 377 | 360 | 64 | 0 | 6 | 0 | 255 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11110000 | 110100 | 0 | 110 | 0 | 10101101 | 1100100 | 1001010 |
Color Harmonies of #7BFFF0
Complementary color
Monochromatic Colors of #7BFFF0
Black with #7BFFF0
Text Example
Text Example
White with #7BFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFF0; }
p { color: rgb(123,255,240); }
H1.HeaderClassName
{
color: #7BFFF0;
}
.AnyTagClassName
{
color: #7BFFF0;
}
</style>
background-color css
<style>
a { background-color: #7BFFF0; }
a { background-color: rgb(123,255,240); }
div.DivClassName
{
background-color: #7BFFF0;
}
.BgClassName
{
background-color: #7BFFF0;
}
</style>
border-color css
<style>
span { border-color: #7BFFF0; }
span { border-color: rgb(123,255,240); }
td.TdClassName
{
border-color: #7BFFF0;
}
.TagClassName
{
border-color: #7BFFF0;
}
</style>