Shades of Electric Blue #73EDF1
Tints of Electric Blue #73EDF1
RGB
CMYK
RGB Variations
Color information
#73EDF1 (or 0x73EDF1) is known color: Electric Blue. HEX triplet: 73, ED and F1. RGB value is (115,237,241). Sum of RGB (Red+Green+Blue) = 115+237+241=593 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.39% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #73EDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EDF1 is #8C120E. Grayscale: #C8C8C8. Windows color (decimal): -9179663 or 15854963. OLE color: 15854963.
HSL color Cylindrical-coordinate representation of color #73EDF1: hue angle of 181.9º 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 #73EDF1 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 237 | 241 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.05 |
| HSL | 181.9º | 0.82% | 0.7% | - |
| HSV(B) | 181.9º | 0.52% | 0.95% | - |
| XYZ | 53.23 | 70.56 | 94.03 | - |
| YUV | 200.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 237 | 241 | 0.52 | 0.02 | 0 | 0.05 | 181.9 | 0.82 | 0.7 |
| Hex | 73 | ED | F1 | 34 | 2 | 0 | 5 | B6 | 52 | 46 |
| Octal | 163 | 355 | 361 | 64 | 2 | 0 | 5 | 266 | 122 | 106 |
| Binary | 1110011 | 11101101 | 11110001 | 110100 | 10 | 0 | 101 | 10110110 | 1010010 | 1000110 |
Color Harmonies of #73EDF1
Complementary color
Monochromatic Colors of #73EDF1
Black with #73EDF1
Text Example
Text Example
White with #73EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EDF1; }
p { color: rgb(115,237,241); }
H1.HeaderClassName
{
color: #73EDF1;
}
.AnyTagClassName
{
color: #73EDF1;
}
</style>
background-color css
<style>
a { background-color: #73EDF1; }
a { background-color: rgb(115,237,241); }
div.DivClassName
{
background-color: #73EDF1;
}
.BgClassName
{
background-color: #73EDF1;
}
</style>
border-color css
<style>
span { border-color: #73EDF1; }
span { border-color: rgb(115,237,241); }
td.TdClassName
{
border-color: #73EDF1;
}
.TagClassName
{
border-color: #73EDF1;
}
</style>