Shades of Electric Blue #73F2FD
Tints of Electric Blue #73F2FD
RGB
CMYK
RGB Variations
Color information
#73F2FD (or 0x73F2FD) is known color: Electric Blue. HEX triplet: 73, F2 and FD. RGB value is (115,242,253). Sum of RGB (Red+Green+Blue) = 115+242+253=610 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.85% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #73F2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F2FD is #8C0D02. Grayscale: #CDCDCD. Windows color (decimal): -9178371 or 16642675. OLE color: 16642675.
HSL color Cylindrical-coordinate representation of color #73F2FD: hue angle of 184.78º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73F2FD is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 242 | 253 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.01 |
| HSL | 184.78º | 0.97% | 0.72% | - |
| HSV(B) | 184.78º | 0.55% | 0.99% | - |
| XYZ | 56.55 | 74.24 | 104.28 | - |
| YUV | 205.28 | 154.92 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 253 | 0.55 | 0.04 | 0 | 0.01 | 184.78 | 0.97 | 0.72 |
| Hex | 73 | F2 | FD | 37 | 4 | 0 | 1 | B9 | 61 | 48 |
| Octal | 163 | 362 | 375 | 67 | 4 | 0 | 1 | 271 | 141 | 110 |
| Binary | 1110011 | 11110010 | 11111101 | 110111 | 100 | 0 | 1 | 10111001 | 1100001 | 1001000 |
Color Harmonies of #73F2FD
Complementary color
Monochromatic Colors of #73F2FD
Black with #73F2FD
Text Example
Text Example
White with #73F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F2FD; }
p { color: rgb(115,242,253); }
H1.HeaderClassName
{
color: #73F2FD;
}
.AnyTagClassName
{
color: #73F2FD;
}
</style>
background-color css
<style>
a { background-color: #73F2FD; }
a { background-color: rgb(115,242,253); }
div.DivClassName
{
background-color: #73F2FD;
}
.BgClassName
{
background-color: #73F2FD;
}
</style>
border-color css
<style>
span { border-color: #73F2FD; }
span { border-color: rgb(115,242,253); }
td.TdClassName
{
border-color: #73F2FD;
}
.TagClassName
{
border-color: #73F2FD;
}
</style>