Shades of Electric Blue #74ECFE
Tints of Electric Blue #74ECFE
RGB
CMYK
RGB Variations
Color information
#74ECFE (or 0x74ECFE) is known color: Electric Blue. HEX triplet: 74, EC and FE. RGB value is (116,236,254). Sum of RGB (Red+Green+Blue) = 116+236+254=606 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.14% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #74ECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74ECFE is #8B1301. Grayscale: #C9C9C9. Windows color (decimal): -9114370 or 16706676. OLE color: 16706676.
HSL color Cylindrical-coordinate representation of color #74ECFE: hue angle of 187.83º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74ECFE is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 236 | 254 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.00 |
| HSL | 187.83º | 0.99% | 0.73% | - |
| HSV(B) | 187.83º | 0.54% | 1% | - |
| XYZ | 55.09 | 70.86 | 104.54 | - |
| YUV | 202.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 254 | 0.54 | 0.07 | 0 | 0.00 | 187.83 | 0.99 | 0.73 |
| Hex | 74 | EC | FE | 36 | 7 | 0 | 0 | BC | 63 | 49 |
| Octal | 164 | 354 | 376 | 66 | 7 | 0 | 0 | 274 | 143 | 111 |
| Binary | 1110100 | 11101100 | 11111110 | 110110 | 111 | 0 | 0 | 10111100 | 1100011 | 1001001 |
Color Harmonies of #74ECFE
Complementary color
Monochromatic Colors of #74ECFE
Black with #74ECFE
Text Example
Text Example
White with #74ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECFE; }
p { color: rgb(116,236,254); }
H1.HeaderClassName
{
color: #74ECFE;
}
.AnyTagClassName
{
color: #74ECFE;
}
</style>
background-color css
<style>
a { background-color: #74ECFE; }
a { background-color: rgb(116,236,254); }
div.DivClassName
{
background-color: #74ECFE;
}
.BgClassName
{
background-color: #74ECFE;
}
</style>
border-color css
<style>
span { border-color: #74ECFE; }
span { border-color: rgb(116,236,254); }
td.TdClassName
{
border-color: #74ECFE;
}
.TagClassName
{
border-color: #74ECFE;
}
</style>