Shades of Electric Blue #73E4FF
Tints of Electric Blue #73E4FF
RGB
CMYK
RGB Variations
Color information
#73E4FF (or 0x73E4FF) is known color: Electric Blue. HEX triplet: 73, E4 and FF. RGB value is (115,228,255). Sum of RGB (Red+Green+Blue) = 115+228+255=598 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.23% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #73E4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E4FF is #8C1B00. Grayscale: #C5C5C5. Windows color (decimal): -9181953 or 16770163. OLE color: 16770163.
HSL color Cylindrical-coordinate representation of color #73E4FF: hue angle of 191.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73E4FF is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 228 | 255 | - |
| CMYK | 0.55 | 0.11 | 0 | 0 |
| HSL | 191.57º | 1% | 0.73% | - |
| HSV(B) | 191.57º | 0.55% | 1% | - |
| XYZ | 52.86 | 66.35 | 104.63 | - |
| YUV | 197.29 | 160.56 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 228 | 255 | 0.55 | 0.11 | 0 | 0 | 191.57 | 1 | 0.73 |
| Hex | 73 | E4 | FF | 37 | B | 0 | 0 | C0 | 64 | 49 |
| Octal | 163 | 344 | 377 | 67 | 13 | 0 | 0 | 300 | 144 | 111 |
| Binary | 1110011 | 11100100 | 11111111 | 110111 | 1011 | 0 | 0 | 11000000 | 1100100 | 1001001 |
Color Harmonies of #73E4FF
Complementary color
Monochromatic Colors of #73E4FF
Black with #73E4FF
Text Example
Text Example
White with #73E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E4FF; }
p { color: rgb(115,228,255); }
H1.HeaderClassName
{
color: #73E4FF;
}
.AnyTagClassName
{
color: #73E4FF;
}
</style>
background-color css
<style>
a { background-color: #73E4FF; }
a { background-color: rgb(115,228,255); }
div.DivClassName
{
background-color: #73E4FF;
}
.BgClassName
{
background-color: #73E4FF;
}
</style>
border-color css
<style>
span { border-color: #73E4FF; }
span { border-color: rgb(115,228,255); }
td.TdClassName
{
border-color: #73E4FF;
}
.TagClassName
{
border-color: #73E4FF;
}
</style>