Shades of Electric Blue #73E9FA
Tints of Electric Blue #73E9FA
RGB
CMYK
RGB Variations
Color information
#73E9FA (or 0x73E9FA) is known color: Electric Blue. HEX triplet: 73, E9 and FA. RGB value is (115,233,250). Sum of RGB (Red+Green+Blue) = 115+233+250=598 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.23% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #73E9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E9FA is #8C1605. Grayscale: #C7C7C7. Windows color (decimal): -9180678 or 16443763. OLE color: 16443763.
HSL color Cylindrical-coordinate representation of color #73E9FA: hue angle of 187.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73E9FA is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 233 | 250 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.02 |
| HSL | 187.56º | 0.93% | 0.72% | - |
| HSV(B) | 187.56º | 0.54% | 0.98% | - |
| XYZ | 53.46 | 68.82 | 100.91 | - |
| YUV | 199.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 233 | 250 | 0.54 | 0.07 | 0 | 0.02 | 187.56 | 0.93 | 0.72 |
| Hex | 73 | E9 | FA | 36 | 7 | 0 | 2 | BC | 5D | 48 |
| Octal | 163 | 351 | 372 | 66 | 7 | 0 | 2 | 274 | 135 | 110 |
| Binary | 1110011 | 11101001 | 11111010 | 110110 | 111 | 0 | 10 | 10111100 | 1011101 | 1001000 |
Color Harmonies of #73E9FA
Complementary color
Monochromatic Colors of #73E9FA
Black with #73E9FA
Text Example
Text Example
White with #73E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E9FA; }
p { color: rgb(115,233,250); }
H1.HeaderClassName
{
color: #73E9FA;
}
.AnyTagClassName
{
color: #73E9FA;
}
</style>
background-color css
<style>
a { background-color: #73E9FA; }
a { background-color: rgb(115,233,250); }
div.DivClassName
{
background-color: #73E9FA;
}
.BgClassName
{
background-color: #73E9FA;
}
</style>
border-color css
<style>
span { border-color: #73E9FA; }
span { border-color: rgb(115,233,250); }
td.TdClassName
{
border-color: #73E9FA;
}
.TagClassName
{
border-color: #73E9FA;
}
</style>