Shades of Electric Blue #74ECF6
Tints of Electric Blue #74ECF6
RGB
CMYK
RGB Variations
Color information
#74ECF6 (or 0x74ECF6) is known color: Electric Blue. HEX triplet: 74, EC and F6. RGB value is (116,236,246). Sum of RGB (Red+Green+Blue) = 116+236+246=598 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.40% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #74ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74ECF6 is #8B1309. Grayscale: #C9C9C9. Windows color (decimal): -9114378 or 16182388. OLE color: 16182388.
HSL color Cylindrical-coordinate representation of color #74ECF6: hue angle of 184.62º 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 #74ECF6 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 236 | 246 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.04 |
| HSL | 184.62º | 0.88% | 0.71% | - |
| HSV(B) | 184.62º | 0.53% | 0.96% | - |
| XYZ | 53.83 | 70.36 | 97.93 | - |
| YUV | 201.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 246 | 0.53 | 0.04 | 0 | 0.04 | 184.62 | 0.88 | 0.71 |
| Hex | 74 | EC | F6 | 35 | 4 | 0 | 4 | B9 | 58 | 47 |
| Octal | 164 | 354 | 366 | 65 | 4 | 0 | 4 | 271 | 130 | 107 |
| Binary | 1110100 | 11101100 | 11110110 | 110101 | 100 | 0 | 100 | 10111001 | 1011000 | 1000111 |
Color Harmonies of #74ECF6
Complementary color
Monochromatic Colors of #74ECF6
Black with #74ECF6
Text Example
Text Example
White with #74ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECF6; }
p { color: rgb(116,236,246); }
H1.HeaderClassName
{
color: #74ECF6;
}
.AnyTagClassName
{
color: #74ECF6;
}
</style>
background-color css
<style>
a { background-color: #74ECF6; }
a { background-color: rgb(116,236,246); }
div.DivClassName
{
background-color: #74ECF6;
}
.BgClassName
{
background-color: #74ECF6;
}
</style>
border-color css
<style>
span { border-color: #74ECF6; }
span { border-color: rgb(116,236,246); }
td.TdClassName
{
border-color: #74ECF6;
}
.TagClassName
{
border-color: #74ECF6;
}
</style>