Shades of Electric Blue #73ECFB
Tints of Electric Blue #73ECFB
RGB
CMYK
RGB Variations
Color information
#73ECFB (or 0x73ECFB) is known color: Electric Blue. HEX triplet: 73, EC and FB. RGB value is (115,236,251). Sum of RGB (Red+Green+Blue) = 115+236+251=602 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.10% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #73ECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECFB is #8C1304. Grayscale: #C9C9C9. Windows color (decimal): -9179909 or 16510067. OLE color: 16510067.
HSL color Cylindrical-coordinate representation of color #73ECFB: hue angle of 186.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73ECFB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 236 | 251 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.02 |
| HSL | 186.62º | 0.94% | 0.72% | - |
| HSV(B) | 186.62º | 0.54% | 0.98% | - |
| XYZ | 54.48 | 70.6 | 102.02 | - |
| YUV | 201.53 | 155.91 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 251 | 0.54 | 0.06 | 0 | 0.02 | 186.62 | 0.94 | 0.72 |
| Hex | 73 | EC | FB | 36 | 6 | 0 | 2 | BB | 5E | 48 |
| Octal | 163 | 354 | 373 | 66 | 6 | 0 | 2 | 273 | 136 | 110 |
| Binary | 1110011 | 11101100 | 11111011 | 110110 | 110 | 0 | 10 | 10111011 | 1011110 | 1001000 |
Color Harmonies of #73ECFB
Complementary color
Monochromatic Colors of #73ECFB
Black with #73ECFB
Text Example
Text Example
White with #73ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECFB; }
p { color: rgb(115,236,251); }
H1.HeaderClassName
{
color: #73ECFB;
}
.AnyTagClassName
{
color: #73ECFB;
}
</style>
background-color css
<style>
a { background-color: #73ECFB; }
a { background-color: rgb(115,236,251); }
div.DivClassName
{
background-color: #73ECFB;
}
.BgClassName
{
background-color: #73ECFB;
}
</style>
border-color css
<style>
span { border-color: #73ECFB; }
span { border-color: rgb(115,236,251); }
td.TdClassName
{
border-color: #73ECFB;
}
.TagClassName
{
border-color: #73ECFB;
}
</style>