Shades of Electric Blue #73E9F9
Tints of Electric Blue #73E9F9
RGB
CMYK
RGB Variations
Color information
#73E9F9 (or 0x73E9F9) is known color: Electric Blue. HEX triplet: 73, E9 and F9. RGB value is (115,233,249). Sum of RGB (Red+Green+Blue) = 115+233+249=597 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.26% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #73E9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E9F9 is #8C1606. Grayscale: #C7C7C7. Windows color (decimal): -9180679 or 16378227. OLE color: 16378227.
HSL color Cylindrical-coordinate representation of color #73E9F9: hue angle of 187.16º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73E9F9 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 233 | 249 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.02 |
| HSL | 187.16º | 0.92% | 0.71% | - |
| HSV(B) | 187.16º | 0.54% | 0.98% | - |
| XYZ | 53.31 | 68.76 | 100.09 | - |
| YUV | 199.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 233 | 249 | 0.54 | 0.06 | 0 | 0.02 | 187.16 | 0.92 | 0.71 |
| Hex | 73 | E9 | F9 | 36 | 6 | 0 | 2 | BB | 5C | 47 |
| Octal | 163 | 351 | 371 | 66 | 6 | 0 | 2 | 273 | 134 | 107 |
| Binary | 1110011 | 11101001 | 11111001 | 110110 | 110 | 0 | 10 | 10111011 | 1011100 | 1000111 |
Color Harmonies of #73E9F9
Complementary color
Monochromatic Colors of #73E9F9
Black with #73E9F9
Text Example
Text Example
White with #73E9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E9F9; }
p { color: rgb(115,233,249); }
H1.HeaderClassName
{
color: #73E9F9;
}
.AnyTagClassName
{
color: #73E9F9;
}
</style>
background-color css
<style>
a { background-color: #73E9F9; }
a { background-color: rgb(115,233,249); }
div.DivClassName
{
background-color: #73E9F9;
}
.BgClassName
{
background-color: #73E9F9;
}
</style>
border-color css
<style>
span { border-color: #73E9F9; }
span { border-color: rgb(115,233,249); }
td.TdClassName
{
border-color: #73E9F9;
}
.TagClassName
{
border-color: #73E9F9;
}
</style>