Shades of Electric Blue #74F3EC
Tints of Electric Blue #74F3EC
RGB
CMYK
RGB Variations
Color information
#74F3EC (or 0x74F3EC) is known color: Electric Blue. HEX triplet: 74, F3 and EC. RGB value is (116,243,236). Sum of RGB (Red+Green+Blue) = 116+243+236=595 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.50% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #74F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F3EC is #8B0C13. Grayscale: #CCCCCC. Windows color (decimal): -9112596 or 15528820. OLE color: 15528820.
HSL color Cylindrical-coordinate representation of color #74F3EC: hue angle of 176.69º degrees, saturation: 0.84, 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 #74F3EC is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 236 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.05 |
| HSL | 176.69º | 0.84% | 0.7% | - |
| HSV(B) | 176.69º | 0.52% | 0.95% | - |
| XYZ | 54.39 | 73.87 | 90.75 | - |
| YUV | 204.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 236 | 0.52 | 0 | 0.03 | 0.05 | 176.69 | 0.84 | 0.7 |
| Hex | 74 | F3 | EC | 34 | 0 | 3 | 5 | B1 | 54 | 46 |
| Octal | 164 | 363 | 354 | 64 | 0 | 3 | 5 | 261 | 124 | 106 |
| Binary | 1110100 | 11110011 | 11101100 | 110100 | 0 | 11 | 101 | 10110001 | 1010100 | 1000110 |
Color Harmonies of #74F3EC
Complementary color
Monochromatic Colors of #74F3EC
Black with #74F3EC
Text Example
Text Example
White with #74F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F3EC; }
p { color: rgb(116,243,236); }
H1.HeaderClassName
{
color: #74F3EC;
}
.AnyTagClassName
{
color: #74F3EC;
}
</style>
background-color css
<style>
a { background-color: #74F3EC; }
a { background-color: rgb(116,243,236); }
div.DivClassName
{
background-color: #74F3EC;
}
.BgClassName
{
background-color: #74F3EC;
}
</style>
border-color css
<style>
span { border-color: #74F3EC; }
span { border-color: rgb(116,243,236); }
td.TdClassName
{
border-color: #74F3EC;
}
.TagClassName
{
border-color: #74F3EC;
}
</style>