Shades of Electric Blue #7BFDFB
Tints of Electric Blue #7BFDFB
RGB
CMYK
RGB Variations
Color information
#7BFDFB (or 0x7BFDFB) is known color: Electric Blue. HEX triplet: 7B, FD and FB. RGB value is (123,253,251). Sum of RGB (Red+Green+Blue) = 123+253+251=627 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.62% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFDFB is #840204. Grayscale: #D5D5D5. Windows color (decimal): -8651269 or 16514427. OLE color: 16514427.
HSL color Cylindrical-coordinate representation of color #7BFDFB: hue angle of 179.08º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFDFB is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 251 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.01 |
| HSL | 179.08º | 0.97% | 0.74% | - |
| HSV(B) | 179.08º | 0.51% | 0.99% | - |
| XYZ | 60.71 | 81.43 | 103.78 | - |
| YUV | 213.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 251 | 0.51 | 0 | 0.01 | 0.01 | 179.08 | 0.97 | 0.74 |
| Hex | 7B | FD | FB | 33 | 0 | 1 | 1 | B3 | 61 | 4A |
| Octal | 173 | 375 | 373 | 63 | 0 | 1 | 1 | 263 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11111011 | 110011 | 0 | 1 | 1 | 10110011 | 1100001 | 1001010 |
Color Harmonies of #7BFDFB
Complementary color
Monochromatic Colors of #7BFDFB
Black with #7BFDFB
Text Example
Text Example
White with #7BFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDFB; }
p { color: rgb(123,253,251); }
H1.HeaderClassName
{
color: #7BFDFB;
}
.AnyTagClassName
{
color: #7BFDFB;
}
</style>
background-color css
<style>
a { background-color: #7BFDFB; }
a { background-color: rgb(123,253,251); }
div.DivClassName
{
background-color: #7BFDFB;
}
.BgClassName
{
background-color: #7BFDFB;
}
</style>
border-color css
<style>
span { border-color: #7BFDFB; }
span { border-color: rgb(123,253,251); }
td.TdClassName
{
border-color: #7BFDFB;
}
.TagClassName
{
border-color: #7BFDFB;
}
</style>