Shades of Electric Blue #73EDFF
Tints of Electric Blue #73EDFF
RGB
CMYK
RGB Variations
Color information
#73EDFF (or 0x73EDFF) is known color: Electric Blue. HEX triplet: 73, ED and FF. RGB value is (115,237,255). Sum of RGB (Red+Green+Blue) = 115+237+255=607 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.95% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #73EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EDFF is #8C1200. Grayscale: #CACACA. Windows color (decimal): -9179649 or 16772467. OLE color: 16772467.
HSL color Cylindrical-coordinate representation of color #73EDFF: hue angle of 187.71º 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 #73EDFF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 237 | 255 | - |
| CMYK | 0.55 | 0.07 | 0 | 0 |
| HSL | 187.71º | 1% | 0.73% | - |
| HSV(B) | 187.71º | 0.55% | 1% | - |
| XYZ | 55.4 | 71.43 | 105.48 | - |
| YUV | 202.57 | 157.58 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 237 | 255 | 0.55 | 0.07 | 0 | 0 | 187.71 | 1 | 0.73 |
| Hex | 73 | ED | FF | 37 | 7 | 0 | 0 | BC | 64 | 49 |
| Octal | 163 | 355 | 377 | 67 | 7 | 0 | 0 | 274 | 144 | 111 |
| Binary | 1110011 | 11101101 | 11111111 | 110111 | 111 | 0 | 0 | 10111100 | 1100100 | 1001001 |
Color Harmonies of #73EDFF
Complementary color
Monochromatic Colors of #73EDFF
Black with #73EDFF
Text Example
Text Example
White with #73EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EDFF; }
p { color: rgb(115,237,255); }
H1.HeaderClassName
{
color: #73EDFF;
}
.AnyTagClassName
{
color: #73EDFF;
}
</style>
background-color css
<style>
a { background-color: #73EDFF; }
a { background-color: rgb(115,237,255); }
div.DivClassName
{
background-color: #73EDFF;
}
.BgClassName
{
background-color: #73EDFF;
}
</style>
border-color css
<style>
span { border-color: #73EDFF; }
span { border-color: rgb(115,237,255); }
td.TdClassName
{
border-color: #73EDFF;
}
.TagClassName
{
border-color: #73EDFF;
}
</style>