Shades of Electric Blue #73ECFF
Tints of Electric Blue #73ECFF
RGB
CMYK
RGB Variations
Color information
#73ECFF (or 0x73ECFF) is known color: Electric Blue. HEX triplet: 73, EC and FF. RGB value is (115,236,255). Sum of RGB (Red+Green+Blue) = 115+236+255=606 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.98% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #73ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECFF is #8C1300. Grayscale: #C9C9C9. Windows color (decimal): -9179905 or 16772211. OLE color: 16772211.
HSL color Cylindrical-coordinate representation of color #73ECFF: hue angle of 188.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73ECFF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 236 | 255 | - |
| CMYK | 0.55 | 0.07 | 0 | 0 |
| HSL | 188.14º | 1% | 0.73% | - |
| HSV(B) | 188.14º | 0.55% | 1% | - |
| XYZ | 55.12 | 70.86 | 105.38 | - |
| YUV | 201.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 255 | 0.55 | 0.07 | 0 | 0 | 188.14 | 1 | 0.73 |
| Hex | 73 | EC | FF | 37 | 7 | 0 | 0 | BC | 64 | 49 |
| Octal | 163 | 354 | 377 | 67 | 7 | 0 | 0 | 274 | 144 | 111 |
| Binary | 1110011 | 11101100 | 11111111 | 110111 | 111 | 0 | 0 | 10111100 | 1100100 | 1001001 |
Color Harmonies of #73ECFF
Complementary color
Monochromatic Colors of #73ECFF
Black with #73ECFF
Text Example
Text Example
White with #73ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECFF; }
p { color: rgb(115,236,255); }
H1.HeaderClassName
{
color: #73ECFF;
}
.AnyTagClassName
{
color: #73ECFF;
}
</style>
background-color css
<style>
a { background-color: #73ECFF; }
a { background-color: rgb(115,236,255); }
div.DivClassName
{
background-color: #73ECFF;
}
.BgClassName
{
background-color: #73ECFF;
}
</style>
border-color css
<style>
span { border-color: #73ECFF; }
span { border-color: rgb(115,236,255); }
td.TdClassName
{
border-color: #73ECFF;
}
.TagClassName
{
border-color: #73ECFF;
}
</style>