Shades of Electric Blue #74E8FE
Tints of Electric Blue #74E8FE
RGB
CMYK
RGB Variations
Color information
#74E8FE (or 0x74E8FE) is known color: Electric Blue. HEX triplet: 74, E8 and FE. RGB value is (116,232,254). Sum of RGB (Red+Green+Blue) = 116+232+254=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #74E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E8FE is #8B1701. Grayscale: #C7C7C7. Windows color (decimal): -9115394 or 16705652. OLE color: 16705652.
HSL color Cylindrical-coordinate representation of color #74E8FE: hue angle of 189.57º 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 #74E8FE is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 232 | 254 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.00 |
| HSL | 189.57º | 0.99% | 0.73% | - |
| HSV(B) | 189.57º | 0.54% | 1% | - |
| XYZ | 53.95 | 68.58 | 104.16 | - |
| YUV | 199.82 | 158.57 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 254 | 0.54 | 0.09 | 0 | 0.00 | 189.57 | 0.99 | 0.73 |
| Hex | 74 | E8 | FE | 36 | 9 | 0 | 0 | BE | 63 | 49 |
| Octal | 164 | 350 | 376 | 66 | 11 | 0 | 0 | 276 | 143 | 111 |
| Binary | 1110100 | 11101000 | 11111110 | 110110 | 1001 | 0 | 0 | 10111110 | 1100011 | 1001001 |
Color Harmonies of #74E8FE
Complementary color
Monochromatic Colors of #74E8FE
Black with #74E8FE
Text Example
Text Example
White with #74E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E8FE; }
p { color: rgb(116,232,254); }
H1.HeaderClassName
{
color: #74E8FE;
}
.AnyTagClassName
{
color: #74E8FE;
}
</style>
background-color css
<style>
a { background-color: #74E8FE; }
a { background-color: rgb(116,232,254); }
div.DivClassName
{
background-color: #74E8FE;
}
.BgClassName
{
background-color: #74E8FE;
}
</style>
border-color css
<style>
span { border-color: #74E8FE; }
span { border-color: rgb(116,232,254); }
td.TdClassName
{
border-color: #74E8FE;
}
.TagClassName
{
border-color: #74E8FE;
}
</style>