Shades of Electric Blue #74F1EC
Tints of Electric Blue #74F1EC
RGB
CMYK
RGB Variations
Color information
#74F1EC (or 0x74F1EC) is known color: Electric Blue. HEX triplet: 74, F1 and EC. RGB value is (116,241,236). Sum of RGB (Red+Green+Blue) = 116+241+236=593 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.56% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F1EC is #8B0E13. Grayscale: #CACACA. Windows color (decimal): -9113108 or 15528308. OLE color: 15528308.
HSL color Cylindrical-coordinate representation of color #74F1EC: hue angle of 177.6º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F1EC is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 236 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.05 |
| HSL | 177.6º | 0.82% | 0.7% | - |
| HSV(B) | 177.6º | 0.52% | 0.95% | - |
| XYZ | 53.8 | 72.68 | 90.55 | - |
| YUV | 203.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 236 | 0.52 | 0 | 0.02 | 0.05 | 177.6 | 0.82 | 0.7 |
| Hex | 74 | F1 | EC | 34 | 0 | 2 | 5 | B2 | 52 | 46 |
| Octal | 164 | 361 | 354 | 64 | 0 | 2 | 5 | 262 | 122 | 106 |
| Binary | 1110100 | 11110001 | 11101100 | 110100 | 0 | 10 | 101 | 10110010 | 1010010 | 1000110 |
Color Harmonies of #74F1EC
Complementary color
Monochromatic Colors of #74F1EC
Black with #74F1EC
Text Example
Text Example
White with #74F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F1EC; }
p { color: rgb(116,241,236); }
H1.HeaderClassName
{
color: #74F1EC;
}
.AnyTagClassName
{
color: #74F1EC;
}
</style>
background-color css
<style>
a { background-color: #74F1EC; }
a { background-color: rgb(116,241,236); }
div.DivClassName
{
background-color: #74F1EC;
}
.BgClassName
{
background-color: #74F1EC;
}
</style>
border-color css
<style>
span { border-color: #74F1EC; }
span { border-color: rgb(116,241,236); }
td.TdClassName
{
border-color: #74F1EC;
}
.TagClassName
{
border-color: #74F1EC;
}
</style>