Shades of Electric Blue #73EAF8
Tints of Electric Blue #73EAF8
RGB
CMYK
RGB Variations
Color information
#73EAF8 (or 0x73EAF8) is known color: Electric Blue. HEX triplet: 73, EA and F8. RGB value is (115,234,248). Sum of RGB (Red+Green+Blue) = 115+234+248=597 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.26% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #73EAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EAF8 is #8C1507. Grayscale: #C7C7C7. Windows color (decimal): -9180424 or 16312947. OLE color: 16312947.
HSL color Cylindrical-coordinate representation of color #73EAF8: hue angle of 186.32º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73EAF8 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 234 | 248 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.03 |
| HSL | 186.32º | 0.9% | 0.71% | - |
| HSV(B) | 186.32º | 0.54% | 0.97% | - |
| XYZ | 53.44 | 69.27 | 99.36 | - |
| YUV | 200.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 248 | 0.54 | 0.06 | 0 | 0.03 | 186.32 | 0.9 | 0.71 |
| Hex | 73 | EA | F8 | 36 | 6 | 0 | 3 | BA | 5A | 47 |
| Octal | 163 | 352 | 370 | 66 | 6 | 0 | 3 | 272 | 132 | 107 |
| Binary | 1110011 | 11101010 | 11111000 | 110110 | 110 | 0 | 11 | 10111010 | 1011010 | 1000111 |
Color Harmonies of #73EAF8
Complementary color
Monochromatic Colors of #73EAF8
Black with #73EAF8
Text Example
Text Example
White with #73EAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAF8; }
p { color: rgb(115,234,248); }
H1.HeaderClassName
{
color: #73EAF8;
}
.AnyTagClassName
{
color: #73EAF8;
}
</style>
background-color css
<style>
a { background-color: #73EAF8; }
a { background-color: rgb(115,234,248); }
div.DivClassName
{
background-color: #73EAF8;
}
.BgClassName
{
background-color: #73EAF8;
}
</style>
border-color css
<style>
span { border-color: #73EAF8; }
span { border-color: rgb(115,234,248); }
td.TdClassName
{
border-color: #73EAF8;
}
.TagClassName
{
border-color: #73EAF8;
}
</style>