Shades of Electric Blue #73EEED
Tints of Electric Blue #73EEED
RGB
CMYK
RGB Variations
Color information
#73EEED (or 0x73EEED) is known color: Electric Blue. HEX triplet: 73, EE and ED. RGB value is (115,238,237). Sum of RGB (Red+Green+Blue) = 115+238+237=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EEED is #8C1112. Grayscale: #C8C8C8. Windows color (decimal): -9179411 or 15593075. OLE color: 15593075.
HSL color Cylindrical-coordinate representation of color #73EEED: hue angle of 179.51º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEED is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 237 | - |
| CMYK | 0.52 | 0 | 0.00 | 0.07 |
| HSL | 179.51º | 0.78% | 0.69% | - |
| HSV(B) | 179.51º | 0.52% | 0.93% | - |
| XYZ | 52.93 | 70.91 | 91.02 | - |
| YUV | 201.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 237 | 0.52 | 0 | 0.00 | 0.07 | 179.51 | 0.78 | 0.69 |
| Hex | 73 | EE | ED | 34 | 0 | 0 | 7 | B4 | 4E | 45 |
| Octal | 163 | 356 | 355 | 64 | 0 | 0 | 7 | 264 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11101101 | 110100 | 0 | 0 | 111 | 10110100 | 1001110 | 1000101 |
Color Harmonies of #73EEED
Complementary color
Monochromatic Colors of #73EEED
Black with #73EEED
Text Example
Text Example
White with #73EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEED; }
p { color: rgb(115,238,237); }
H1.HeaderClassName
{
color: #73EEED;
}
.AnyTagClassName
{
color: #73EEED;
}
</style>
background-color css
<style>
a { background-color: #73EEED; }
a { background-color: rgb(115,238,237); }
div.DivClassName
{
background-color: #73EEED;
}
.BgClassName
{
background-color: #73EEED;
}
</style>
border-color css
<style>
span { border-color: #73EEED; }
span { border-color: rgb(115,238,237); }
td.TdClassName
{
border-color: #73EEED;
}
.TagClassName
{
border-color: #73EEED;
}
</style>