Shades of Electric Blue #7BFDF6
Tints of Electric Blue #7BFDF6
RGB
CMYK
RGB Variations
Color information
#7BFDF6 (or 0x7BFDF6) is known color: Electric Blue. HEX triplet: 7B, FD and F6. RGB value is (123,253,246). Sum of RGB (Red+Green+Blue) = 123+253+246=622 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.77% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFDF6 is #840209. Grayscale: #D5D5D5. Windows color (decimal): -8651274 or 16186747. OLE color: 16186747.
HSL color Cylindrical-coordinate representation of color #7BFDF6: hue angle of 176.77º 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 #7BFDF6 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 246 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.01 |
| HSL | 176.77º | 0.97% | 0.74% | - |
| HSV(B) | 176.77º | 0.51% | 0.99% | - |
| XYZ | 59.93 | 81.12 | 99.69 | - |
| YUV | 213.33 | 146.43 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 246 | 0.51 | 0 | 0.03 | 0.01 | 176.77 | 0.97 | 0.74 |
| Hex | 7B | FD | F6 | 33 | 0 | 3 | 1 | B1 | 61 | 4A |
| Octal | 173 | 375 | 366 | 63 | 0 | 3 | 1 | 261 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11110110 | 110011 | 0 | 11 | 1 | 10110001 | 1100001 | 1001010 |
Color Harmonies of #7BFDF6
Complementary color
Monochromatic Colors of #7BFDF6
Black with #7BFDF6
Text Example
Text Example
White with #7BFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDF6; }
p { color: rgb(123,253,246); }
H1.HeaderClassName
{
color: #7BFDF6;
}
.AnyTagClassName
{
color: #7BFDF6;
}
</style>
background-color css
<style>
a { background-color: #7BFDF6; }
a { background-color: rgb(123,253,246); }
div.DivClassName
{
background-color: #7BFDF6;
}
.BgClassName
{
background-color: #7BFDF6;
}
</style>
border-color css
<style>
span { border-color: #7BFDF6; }
span { border-color: rgb(123,253,246); }
td.TdClassName
{
border-color: #7BFDF6;
}
.TagClassName
{
border-color: #7BFDF6;
}
</style>