Shades of Electric Blue #7BFFFD
Tints of Electric Blue #7BFFFD
RGB
CMYK
RGB Variations
Color information
#7BFFFD (or 0x7BFFFD) is known color: Electric Blue. HEX triplet: 7B, FF and FD. RGB value is (123,255,253). Sum of RGB (Red+Green+Blue) = 123+255+253=631 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.49% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFFD is #840002. Grayscale: #D7D7D7. Windows color (decimal): -8650755 or 16646011. OLE color: 16646011.
HSL color Cylindrical-coordinate representation of color #7BFFFD: hue angle of 179.09º 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 #7BFFFD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 253 | - |
| CMYK | 0.52 | 0 | 0.01 | 0 |
| HSL | 179.09º | 1% | 0.74% | - |
| HSV(B) | 179.09º | 0.52% | 1% | - |
| XYZ | 61.66 | 82.82 | 105.67 | - |
| YUV | 215.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 253 | 0.52 | 0 | 0.01 | 0 | 179.09 | 1 | 0.74 |
| Hex | 7B | FF | FD | 34 | 0 | 1 | 0 | B3 | 64 | 4A |
| Octal | 173 | 377 | 375 | 64 | 0 | 1 | 0 | 263 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11111101 | 110100 | 0 | 1 | 0 | 10110011 | 1100100 | 1001010 |
Color Harmonies of #7BFFFD
Complementary color
Monochromatic Colors of #7BFFFD
Black with #7BFFFD
Text Example
Text Example
White with #7BFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFFD; }
p { color: rgb(123,255,253); }
H1.HeaderClassName
{
color: #7BFFFD;
}
.AnyTagClassName
{
color: #7BFFFD;
}
</style>
background-color css
<style>
a { background-color: #7BFFFD; }
a { background-color: rgb(123,255,253); }
div.DivClassName
{
background-color: #7BFFFD;
}
.BgClassName
{
background-color: #7BFFFD;
}
</style>
border-color css
<style>
span { border-color: #7BFFFD; }
span { border-color: rgb(123,255,253); }
td.TdClassName
{
border-color: #7BFFFD;
}
.TagClassName
{
border-color: #7BFFFD;
}
</style>