Shades of Electric Blue #73E7FE
Tints of Electric Blue #73E7FE
RGB
CMYK
RGB Variations
Color information
#73E7FE (or 0x73E7FE) is known color: Electric Blue. HEX triplet: 73, E7 and FE. RGB value is (115,231,254). Sum of RGB (Red+Green+Blue) = 115+231+254=600 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.17% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #73E7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E7FE is #8C1801. Grayscale: #C6C6C6. Windows color (decimal): -9181186 or 16705395. OLE color: 16705395.
HSL color Cylindrical-coordinate representation of color #73E7FE: hue angle of 189.93º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73E7FE is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 231 | 254 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.00 |
| HSL | 189.93º | 0.99% | 0.72% | - |
| HSV(B) | 189.93º | 0.55% | 1% | - |
| XYZ | 53.54 | 67.95 | 104.06 | - |
| YUV | 198.94 | 159.07 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 231 | 254 | 0.55 | 0.09 | 0 | 0.00 | 189.93 | 0.99 | 0.72 |
| Hex | 73 | E7 | FE | 37 | 9 | 0 | 0 | BE | 63 | 48 |
| Octal | 163 | 347 | 376 | 67 | 11 | 0 | 0 | 276 | 143 | 110 |
| Binary | 1110011 | 11100111 | 11111110 | 110111 | 1001 | 0 | 0 | 10111110 | 1100011 | 1001000 |
Color Harmonies of #73E7FE
Complementary color
Monochromatic Colors of #73E7FE
Black with #73E7FE
Text Example
Text Example
White with #73E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E7FE; }
p { color: rgb(115,231,254); }
H1.HeaderClassName
{
color: #73E7FE;
}
.AnyTagClassName
{
color: #73E7FE;
}
</style>
background-color css
<style>
a { background-color: #73E7FE; }
a { background-color: rgb(115,231,254); }
div.DivClassName
{
background-color: #73E7FE;
}
.BgClassName
{
background-color: #73E7FE;
}
</style>
border-color css
<style>
span { border-color: #73E7FE; }
span { border-color: rgb(115,231,254); }
td.TdClassName
{
border-color: #73E7FE;
}
.TagClassName
{
border-color: #73E7FE;
}
</style>