Shades of Electric Blue #74EEFE
Tints of Electric Blue #74EEFE
RGB
CMYK
RGB Variations
Color information
#74EEFE (or 0x74EEFE) is known color: Electric Blue. HEX triplet: 74, EE and FE. RGB value is (116,238,254). Sum of RGB (Red+Green+Blue) = 116+238+254=608 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.08% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #74EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EEFE is #8B1101. Grayscale: #CBCBCB. Windows color (decimal): -9113858 or 16707188. OLE color: 16707188.
HSL color Cylindrical-coordinate representation of color #74EEFE: hue angle of 186.96º 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 #74EEFE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 238 | 254 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.00 |
| HSL | 186.96º | 0.99% | 0.73% | - |
| HSV(B) | 186.96º | 0.54% | 1% | - |
| XYZ | 55.67 | 72.02 | 104.73 | - |
| YUV | 203.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 254 | 0.54 | 0.06 | 0 | 0.00 | 186.96 | 0.99 | 0.73 |
| Hex | 74 | EE | FE | 36 | 6 | 0 | 0 | BB | 63 | 49 |
| Octal | 164 | 356 | 376 | 66 | 6 | 0 | 0 | 273 | 143 | 111 |
| Binary | 1110100 | 11101110 | 11111110 | 110110 | 110 | 0 | 0 | 10111011 | 1100011 | 1001001 |
Color Harmonies of #74EEFE
Complementary color
Monochromatic Colors of #74EEFE
Black with #74EEFE
Text Example
Text Example
White with #74EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEFE; }
p { color: rgb(116,238,254); }
H1.HeaderClassName
{
color: #74EEFE;
}
.AnyTagClassName
{
color: #74EEFE;
}
</style>
background-color css
<style>
a { background-color: #74EEFE; }
a { background-color: rgb(116,238,254); }
div.DivClassName
{
background-color: #74EEFE;
}
.BgClassName
{
background-color: #74EEFE;
}
</style>
border-color css
<style>
span { border-color: #74EEFE; }
span { border-color: rgb(116,238,254); }
td.TdClassName
{
border-color: #74EEFE;
}
.TagClassName
{
border-color: #74EEFE;
}
</style>