Shades of Electric Blue #7BFAF5
Tints of Electric Blue #7BFAF5
RGB
CMYK
RGB Variations
Color information
#7BFAF5 (or 0x7BFAF5) is known color: Electric Blue. HEX triplet: 7B, FA and F5. RGB value is (123,250,245). Sum of RGB (Red+Green+Blue) = 123+250+245=618 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.90% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAF5 is #84050A. Grayscale: #D3D3D3. Windows color (decimal): -8652043 or 16120443. OLE color: 16120443.
HSL color Cylindrical-coordinate representation of color #7BFAF5: hue angle of 177.64º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAF5 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 245 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.02 |
| HSL | 177.64º | 0.93% | 0.73% | - |
| HSV(B) | 177.64º | 0.51% | 0.98% | - |
| XYZ | 58.84 | 79.17 | 98.57 | - |
| YUV | 211.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 245 | 0.51 | 0 | 0.02 | 0.02 | 177.64 | 0.93 | 0.73 |
| Hex | 7B | FA | F5 | 33 | 0 | 2 | 2 | B2 | 5D | 49 |
| Octal | 173 | 372 | 365 | 63 | 0 | 2 | 2 | 262 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11110101 | 110011 | 0 | 10 | 10 | 10110010 | 1011101 | 1001001 |
Color Harmonies of #7BFAF5
Complementary color
Monochromatic Colors of #7BFAF5
Black with #7BFAF5
Text Example
Text Example
White with #7BFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAF5; }
p { color: rgb(123,250,245); }
H1.HeaderClassName
{
color: #7BFAF5;
}
.AnyTagClassName
{
color: #7BFAF5;
}
</style>
background-color css
<style>
a { background-color: #7BFAF5; }
a { background-color: rgb(123,250,245); }
div.DivClassName
{
background-color: #7BFAF5;
}
.BgClassName
{
background-color: #7BFAF5;
}
</style>
border-color css
<style>
span { border-color: #7BFAF5; }
span { border-color: rgb(123,250,245); }
td.TdClassName
{
border-color: #7BFAF5;
}
.TagClassName
{
border-color: #7BFAF5;
}
</style>