Shades of Electric Blue #73EFF3
Tints of Electric Blue #73EFF3
RGB
CMYK
RGB Variations
Color information
#73EFF3 (or 0x73EFF3) is known color: Electric Blue. HEX triplet: 73, EF and F3. RGB value is (115,239,243). Sum of RGB (Red+Green+Blue) = 115+239+243=597 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.26% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #73EFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EFF3 is #8C100C. Grayscale: #CACACA. Windows color (decimal): -9179149 or 15986547. OLE color: 15986547.
HSL color Cylindrical-coordinate representation of color #73EFF3: hue angle of 181.88º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73EFF3 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 239 | 243 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.05 |
| HSL | 181.88º | 0.84% | 0.7% | - |
| HSV(B) | 181.88º | 0.53% | 0.95% | - |
| XYZ | 54.11 | 71.85 | 95.81 | - |
| YUV | 202.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 243 | 0.53 | 0.02 | 0 | 0.05 | 181.88 | 0.84 | 0.7 |
| Hex | 73 | EF | F3 | 35 | 2 | 0 | 5 | B6 | 54 | 46 |
| Octal | 163 | 357 | 363 | 65 | 2 | 0 | 5 | 266 | 124 | 106 |
| Binary | 1110011 | 11101111 | 11110011 | 110101 | 10 | 0 | 101 | 10110110 | 1010100 | 1000110 |
Color Harmonies of #73EFF3
Complementary color
Monochromatic Colors of #73EFF3
Black with #73EFF3
Text Example
Text Example
White with #73EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFF3; }
p { color: rgb(115,239,243); }
H1.HeaderClassName
{
color: #73EFF3;
}
.AnyTagClassName
{
color: #73EFF3;
}
</style>
background-color css
<style>
a { background-color: #73EFF3; }
a { background-color: rgb(115,239,243); }
div.DivClassName
{
background-color: #73EFF3;
}
.BgClassName
{
background-color: #73EFF3;
}
</style>
border-color css
<style>
span { border-color: #73EFF3; }
span { border-color: rgb(115,239,243); }
td.TdClassName
{
border-color: #73EFF3;
}
.TagClassName
{
border-color: #73EFF3;
}
</style>