Shades of Electric Blue #73ECF6
Tints of Electric Blue #73ECF6
RGB
CMYK
RGB Variations
Color information
#73ECF6 (or 0x73ECF6) is known color: Electric Blue. HEX triplet: 73, EC and F6. RGB value is (115,236,246). Sum of RGB (Red+Green+Blue) = 115+236+246=597 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.26% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #73ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECF6 is #8C1309. Grayscale: #C8C8C8. Windows color (decimal): -9179914 or 16182387. OLE color: 16182387.
HSL color Cylindrical-coordinate representation of color #73ECF6: hue angle of 184.58º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73ECF6 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 236 | 246 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.04 |
| HSL | 184.58º | 0.88% | 0.71% | - |
| HSV(B) | 184.58º | 0.53% | 0.96% | - |
| XYZ | 53.7 | 70.29 | 97.93 | - |
| YUV | 200.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 246 | 0.53 | 0.04 | 0 | 0.04 | 184.58 | 0.88 | 0.71 |
| Hex | 73 | EC | F6 | 35 | 4 | 0 | 4 | B9 | 58 | 47 |
| Octal | 163 | 354 | 366 | 65 | 4 | 0 | 4 | 271 | 130 | 107 |
| Binary | 1110011 | 11101100 | 11110110 | 110101 | 100 | 0 | 100 | 10111001 | 1011000 | 1000111 |
Color Harmonies of #73ECF6
Complementary color
Monochromatic Colors of #73ECF6
Black with #73ECF6
Text Example
Text Example
White with #73ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECF6; }
p { color: rgb(115,236,246); }
H1.HeaderClassName
{
color: #73ECF6;
}
.AnyTagClassName
{
color: #73ECF6;
}
</style>
background-color css
<style>
a { background-color: #73ECF6; }
a { background-color: rgb(115,236,246); }
div.DivClassName
{
background-color: #73ECF6;
}
.BgClassName
{
background-color: #73ECF6;
}
</style>
border-color css
<style>
span { border-color: #73ECF6; }
span { border-color: rgb(115,236,246); }
td.TdClassName
{
border-color: #73ECF6;
}
.TagClassName
{
border-color: #73ECF6;
}
</style>