Shades of Electric Blue #73EFFF
Tints of Electric Blue #73EFFF
RGB
CMYK
RGB Variations
Color information
#73EFFF (or 0x73EFFF) is known color: Electric Blue. HEX triplet: 73, EF and FF. RGB value is (115,239,255). Sum of RGB (Red+Green+Blue) = 115+239+255=609 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.88% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #73EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EFFF is #8C1000. Grayscale: #CBCBCB. Windows color (decimal): -9179137 or 16772979. OLE color: 16772979.
HSL color Cylindrical-coordinate representation of color #73EFFF: hue angle of 186.86º 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 #73EFFF is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 239 | 255 | - |
| CMYK | 0.55 | 0.06 | 0 | 0 |
| HSL | 186.86º | 1% | 0.73% | - |
| HSV(B) | 186.86º | 0.55% | 1% | - |
| XYZ | 55.99 | 72.6 | 105.67 | - |
| YUV | 203.75 | 156.92 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 255 | 0.55 | 0.06 | 0 | 0 | 186.86 | 1 | 0.73 |
| Hex | 73 | EF | FF | 37 | 6 | 0 | 0 | BB | 64 | 49 |
| Octal | 163 | 357 | 377 | 67 | 6 | 0 | 0 | 273 | 144 | 111 |
| Binary | 1110011 | 11101111 | 11111111 | 110111 | 110 | 0 | 0 | 10111011 | 1100100 | 1001001 |
Color Harmonies of #73EFFF
Complementary color
Monochromatic Colors of #73EFFF
Black with #73EFFF
Text Example
Text Example
White with #73EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFFF; }
p { color: rgb(115,239,255); }
H1.HeaderClassName
{
color: #73EFFF;
}
.AnyTagClassName
{
color: #73EFFF;
}
</style>
background-color css
<style>
a { background-color: #73EFFF; }
a { background-color: rgb(115,239,255); }
div.DivClassName
{
background-color: #73EFFF;
}
.BgClassName
{
background-color: #73EFFF;
}
</style>
border-color css
<style>
span { border-color: #73EFFF; }
span { border-color: rgb(115,239,255); }
td.TdClassName
{
border-color: #73EFFF;
}
.TagClassName
{
border-color: #73EFFF;
}
</style>