Shades of Electric Blue #74EDF0
Tints of Electric Blue #74EDF0
RGB
CMYK
RGB Variations
Color information
#74EDF0 (or 0x74EDF0) is known color: Electric Blue. HEX triplet: 74, ED and F0. RGB value is (116,237,240). Sum of RGB (Red+Green+Blue) = 116+237+240=593 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.56% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #74EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EDF0 is #8B120F. Grayscale: #C9C9C9. Windows color (decimal): -9114128 or 15789428. OLE color: 15789428.
HSL color Cylindrical-coordinate representation of color #74EDF0: hue angle of 181.45º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74EDF0 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 237 | 240 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.06 |
| HSL | 181.45º | 0.81% | 0.7% | - |
| HSV(B) | 181.45º | 0.52% | 0.94% | - |
| XYZ | 53.21 | 70.57 | 93.26 | - |
| YUV | 201.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 240 | 0.52 | 0.01 | 0 | 0.06 | 181.45 | 0.81 | 0.7 |
| Hex | 74 | ED | F0 | 34 | 1 | 0 | 6 | B5 | 51 | 46 |
| Octal | 164 | 355 | 360 | 64 | 1 | 0 | 6 | 265 | 121 | 106 |
| Binary | 1110100 | 11101101 | 11110000 | 110100 | 1 | 0 | 110 | 10110101 | 1010001 | 1000110 |
Color Harmonies of #74EDF0
Complementary color
Monochromatic Colors of #74EDF0
Black with #74EDF0
Text Example
Text Example
White with #74EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EDF0; }
p { color: rgb(116,237,240); }
H1.HeaderClassName
{
color: #74EDF0;
}
.AnyTagClassName
{
color: #74EDF0;
}
</style>
background-color css
<style>
a { background-color: #74EDF0; }
a { background-color: rgb(116,237,240); }
div.DivClassName
{
background-color: #74EDF0;
}
.BgClassName
{
background-color: #74EDF0;
}
</style>
border-color css
<style>
span { border-color: #74EDF0; }
span { border-color: rgb(116,237,240); }
td.TdClassName
{
border-color: #74EDF0;
}
.TagClassName
{
border-color: #74EDF0;
}
</style>