Shades of Electric Blue #73EBFF
Tints of Electric Blue #73EBFF
RGB
CMYK
RGB Variations
Color information
#73EBFF (or 0x73EBFF) is known color: Electric Blue. HEX triplet: 73, EB and FF. RGB value is (115,235,255). Sum of RGB (Red+Green+Blue) = 115+235+255=605 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.01% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #73EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EBFF is #8C1400. Grayscale: #C9C9C9. Windows color (decimal): -9180161 or 16771955. OLE color: 16771955.
HSL color Cylindrical-coordinate representation of color #73EBFF: hue angle of 188.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 #73EBFF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 235 | 255 | - |
| CMYK | 0.55 | 0.08 | 0 | 0 |
| HSL | 188.57º | 1% | 0.73% | - |
| HSV(B) | 188.57º | 0.55% | 1% | - |
| XYZ | 54.83 | 70.28 | 105.28 | - |
| YUV | 201.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 235 | 255 | 0.55 | 0.08 | 0 | 0 | 188.57 | 1 | 0.73 |
| Hex | 73 | EB | FF | 37 | 8 | 0 | 0 | BD | 64 | 49 |
| Octal | 163 | 353 | 377 | 67 | 10 | 0 | 0 | 275 | 144 | 111 |
| Binary | 1110011 | 11101011 | 11111111 | 110111 | 1000 | 0 | 0 | 10111101 | 1100100 | 1001001 |
Color Harmonies of #73EBFF
Complementary color
Monochromatic Colors of #73EBFF
Black with #73EBFF
Text Example
Text Example
White with #73EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EBFF; }
p { color: rgb(115,235,255); }
H1.HeaderClassName
{
color: #73EBFF;
}
.AnyTagClassName
{
color: #73EBFF;
}
</style>
background-color css
<style>
a { background-color: #73EBFF; }
a { background-color: rgb(115,235,255); }
div.DivClassName
{
background-color: #73EBFF;
}
.BgClassName
{
background-color: #73EBFF;
}
</style>
border-color css
<style>
span { border-color: #73EBFF; }
span { border-color: rgb(115,235,255); }
td.TdClassName
{
border-color: #73EBFF;
}
.TagClassName
{
border-color: #73EBFF;
}
</style>