Shades of Electric Blue #73F1EC
Tints of Electric Blue #73F1EC
RGB
CMYK
RGB Variations
Color information
#73F1EC (or 0x73F1EC) is known color: Electric Blue. HEX triplet: 73, F1 and EC. RGB value is (115,241,236). Sum of RGB (Red+Green+Blue) = 115+241+236=592 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.43% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #73F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F1EC is #8C0E13. Grayscale: #CACACA. Windows color (decimal): -9178644 or 15528307. OLE color: 15528307.
HSL color Cylindrical-coordinate representation of color #73F1EC: hue angle of 177.62º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F1EC is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 236 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.05 |
| HSL | 177.62º | 0.82% | 0.7% | - |
| HSV(B) | 177.62º | 0.52% | 0.95% | - |
| XYZ | 53.67 | 72.61 | 90.54 | - |
| YUV | 202.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 236 | 0.52 | 0 | 0.02 | 0.05 | 177.62 | 0.82 | 0.7 |
| Hex | 73 | F1 | EC | 34 | 0 | 2 | 5 | B2 | 52 | 46 |
| Octal | 163 | 361 | 354 | 64 | 0 | 2 | 5 | 262 | 122 | 106 |
| Binary | 1110011 | 11110001 | 11101100 | 110100 | 0 | 10 | 101 | 10110010 | 1010010 | 1000110 |
Color Harmonies of #73F1EC
Complementary color
Monochromatic Colors of #73F1EC
Black with #73F1EC
Text Example
Text Example
White with #73F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F1EC; }
p { color: rgb(115,241,236); }
H1.HeaderClassName
{
color: #73F1EC;
}
.AnyTagClassName
{
color: #73F1EC;
}
</style>
background-color css
<style>
a { background-color: #73F1EC; }
a { background-color: rgb(115,241,236); }
div.DivClassName
{
background-color: #73F1EC;
}
.BgClassName
{
background-color: #73F1EC;
}
</style>
border-color css
<style>
span { border-color: #73F1EC; }
span { border-color: rgb(115,241,236); }
td.TdClassName
{
border-color: #73F1EC;
}
.TagClassName
{
border-color: #73F1EC;
}
</style>