Shades of Electric Blue #74E8F6
Tints of Electric Blue #74E8F6
RGB
CMYK
RGB Variations
Color information
#74E8F6 (or 0x74E8F6) is known color: Electric Blue. HEX triplet: 74, E8 and F6. RGB value is (116,232,246). Sum of RGB (Red+Green+Blue) = 116+232+246=594 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.53% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #74E8F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E8F6 is #8B1709. Grayscale: #C6C6C6. Windows color (decimal): -9115402 or 16181364. OLE color: 16181364.
HSL color Cylindrical-coordinate representation of color #74E8F6: hue angle of 186.46º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74E8F6 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 232 | 246 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.04 |
| HSL | 186.46º | 0.88% | 0.71% | - |
| HSV(B) | 186.46º | 0.53% | 0.96% | - |
| XYZ | 52.69 | 68.08 | 97.55 | - |
| YUV | 198.91 | 154.57 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 246 | 0.53 | 0.06 | 0 | 0.04 | 186.46 | 0.88 | 0.71 |
| Hex | 74 | E8 | F6 | 35 | 6 | 0 | 4 | BA | 58 | 47 |
| Octal | 164 | 350 | 366 | 65 | 6 | 0 | 4 | 272 | 130 | 107 |
| Binary | 1110100 | 11101000 | 11110110 | 110101 | 110 | 0 | 100 | 10111010 | 1011000 | 1000111 |
Color Harmonies of #74E8F6
Complementary color
Monochromatic Colors of #74E8F6
Black with #74E8F6
Text Example
Text Example
White with #74E8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E8F6; }
p { color: rgb(116,232,246); }
H1.HeaderClassName
{
color: #74E8F6;
}
.AnyTagClassName
{
color: #74E8F6;
}
</style>
background-color css
<style>
a { background-color: #74E8F6; }
a { background-color: rgb(116,232,246); }
div.DivClassName
{
background-color: #74E8F6;
}
.BgClassName
{
background-color: #74E8F6;
}
</style>
border-color css
<style>
span { border-color: #74E8F6; }
span { border-color: rgb(116,232,246); }
td.TdClassName
{
border-color: #74E8F6;
}
.TagClassName
{
border-color: #74E8F6;
}
</style>