Shades of Electric Blue #73ECFC
Tints of Electric Blue #73ECFC
RGB
CMYK
RGB Variations
Color information
#73ECFC (or 0x73ECFC) is known color: Electric Blue. HEX triplet: 73, EC and FC. RGB value is (115,236,252). Sum of RGB (Red+Green+Blue) = 115+236+252=603 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.07% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #73ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECFC is #8C1303. Grayscale: #C9C9C9. Windows color (decimal): -9179908 or 16575603. OLE color: 16575603.
HSL color Cylindrical-coordinate representation of color #73ECFC: hue angle of 187.01º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73ECFC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 236 | 252 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.01 |
| HSL | 187.01º | 0.96% | 0.72% | - |
| HSV(B) | 187.01º | 0.54% | 0.99% | - |
| XYZ | 54.64 | 70.66 | 102.86 | - |
| YUV | 201.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 252 | 0.54 | 0.06 | 0 | 0.01 | 187.01 | 0.96 | 0.72 |
| Hex | 73 | EC | FC | 36 | 6 | 0 | 1 | BB | 60 | 48 |
| Octal | 163 | 354 | 374 | 66 | 6 | 0 | 1 | 273 | 140 | 110 |
| Binary | 1110011 | 11101100 | 11111100 | 110110 | 110 | 0 | 1 | 10111011 | 1100000 | 1001000 |
Color Harmonies of #73ECFC
Complementary color
Monochromatic Colors of #73ECFC
Black with #73ECFC
Text Example
Text Example
White with #73ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECFC; }
p { color: rgb(115,236,252); }
H1.HeaderClassName
{
color: #73ECFC;
}
.AnyTagClassName
{
color: #73ECFC;
}
</style>
background-color css
<style>
a { background-color: #73ECFC; }
a { background-color: rgb(115,236,252); }
div.DivClassName
{
background-color: #73ECFC;
}
.BgClassName
{
background-color: #73ECFC;
}
</style>
border-color css
<style>
span { border-color: #73ECFC; }
span { border-color: rgb(115,236,252); }
td.TdClassName
{
border-color: #73ECFC;
}
.TagClassName
{
border-color: #73ECFC;
}
</style>