Shades of Electric Blue #73EEF6
Tints of Electric Blue #73EEF6
RGB
CMYK
RGB Variations
Color information
#73EEF6 (or 0x73EEF6) is known color: Electric Blue. HEX triplet: 73, EE and F6. RGB value is (115,238,246). Sum of RGB (Red+Green+Blue) = 115+238+246=599 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.20% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 246 - color contains mainly: blue. Hex color #73EEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EEF6 is #8C1109. Grayscale: #C9C9C9. Windows color (decimal): -9179402 or 16182899. OLE color: 16182899.
HSL color Cylindrical-coordinate representation of color #73EEF6: hue angle of 183.66º 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 #73EEF6 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 238 | 246 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.04 |
| HSL | 183.66º | 0.88% | 0.71% | - |
| HSV(B) | 183.66º | 0.53% | 0.96% | - |
| XYZ | 54.28 | 71.45 | 98.12 | - |
| YUV | 202.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 246 | 0.53 | 0.03 | 0 | 0.04 | 183.66 | 0.88 | 0.71 |
| Hex | 73 | EE | F6 | 35 | 3 | 0 | 4 | B8 | 58 | 47 |
| Octal | 163 | 356 | 366 | 65 | 3 | 0 | 4 | 270 | 130 | 107 |
| Binary | 1110011 | 11101110 | 11110110 | 110101 | 11 | 0 | 100 | 10111000 | 1011000 | 1000111 |
Color Harmonies of #73EEF6
Complementary color
Monochromatic Colors of #73EEF6
Black with #73EEF6
Text Example
Text Example
White with #73EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEF6; }
p { color: rgb(115,238,246); }
H1.HeaderClassName
{
color: #73EEF6;
}
.AnyTagClassName
{
color: #73EEF6;
}
</style>
background-color css
<style>
a { background-color: #73EEF6; }
a { background-color: rgb(115,238,246); }
div.DivClassName
{
background-color: #73EEF6;
}
.BgClassName
{
background-color: #73EEF6;
}
</style>
border-color css
<style>
span { border-color: #73EEF6; }
span { border-color: rgb(115,238,246); }
td.TdClassName
{
border-color: #73EEF6;
}
.TagClassName
{
border-color: #73EEF6;
}
</style>