Shades of Electric Blue #74EEF8
Tints of Electric Blue #74EEF8
RGB
CMYK
RGB Variations
Color information
#74EEF8 (or 0x74EEF8) is known color: Electric Blue. HEX triplet: 74, EE and F8. RGB value is (116,238,248). Sum of RGB (Red+Green+Blue) = 116+238+248=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #74EEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EEF8 is #8B1107. Grayscale: #CACACA. Windows color (decimal): -9113864 or 16313972. OLE color: 16313972.
HSL color Cylindrical-coordinate representation of color #74EEF8: hue angle of 184.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74EEF8 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 238 | 248 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.03 |
| HSL | 184.55º | 0.9% | 0.71% | - |
| HSV(B) | 184.55º | 0.53% | 0.97% | - |
| XYZ | 54.72 | 71.64 | 99.75 | - |
| YUV | 202.66 | 153.58 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 248 | 0.53 | 0.04 | 0 | 0.03 | 184.55 | 0.9 | 0.71 |
| Hex | 74 | EE | F8 | 35 | 4 | 0 | 3 | B9 | 5A | 47 |
| Octal | 164 | 356 | 370 | 65 | 4 | 0 | 3 | 271 | 132 | 107 |
| Binary | 1110100 | 11101110 | 11111000 | 110101 | 100 | 0 | 11 | 10111001 | 1011010 | 1000111 |
Color Harmonies of #74EEF8
Complementary color
Monochromatic Colors of #74EEF8
Black with #74EEF8
Text Example
Text Example
White with #74EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEF8; }
p { color: rgb(116,238,248); }
H1.HeaderClassName
{
color: #74EEF8;
}
.AnyTagClassName
{
color: #74EEF8;
}
</style>
background-color css
<style>
a { background-color: #74EEF8; }
a { background-color: rgb(116,238,248); }
div.DivClassName
{
background-color: #74EEF8;
}
.BgClassName
{
background-color: #74EEF8;
}
</style>
border-color css
<style>
span { border-color: #74EEF8; }
span { border-color: rgb(116,238,248); }
td.TdClassName
{
border-color: #74EEF8;
}
.TagClassName
{
border-color: #74EEF8;
}
</style>