Shades of Electric Blue #74ECFC
Tints of Electric Blue #74ECFC
RGB
CMYK
RGB Variations
Color information
#74ECFC (or 0x74ECFC) is known color: Electric Blue. HEX triplet: 74, EC and FC. RGB value is (116,236,252). Sum of RGB (Red+Green+Blue) = 116+236+252=604 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.21% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #74ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74ECFC is #8B1303. Grayscale: #C9C9C9. Windows color (decimal): -9114372 or 16575604. OLE color: 16575604.
HSL color Cylindrical-coordinate representation of color #74ECFC: hue angle of 187.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74ECFC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 236 | 252 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.01 |
| HSL | 187.06º | 0.96% | 0.72% | - |
| HSV(B) | 187.06º | 0.54% | 0.99% | - |
| XYZ | 54.77 | 70.73 | 102.86 | - |
| YUV | 201.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 252 | 0.54 | 0.06 | 0 | 0.01 | 187.06 | 0.96 | 0.72 |
| Hex | 74 | EC | FC | 36 | 6 | 0 | 1 | BB | 60 | 48 |
| Octal | 164 | 354 | 374 | 66 | 6 | 0 | 1 | 273 | 140 | 110 |
| Binary | 1110100 | 11101100 | 11111100 | 110110 | 110 | 0 | 1 | 10111011 | 1100000 | 1001000 |
Color Harmonies of #74ECFC
Complementary color
Monochromatic Colors of #74ECFC
Black with #74ECFC
Text Example
Text Example
White with #74ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECFC; }
p { color: rgb(116,236,252); }
H1.HeaderClassName
{
color: #74ECFC;
}
.AnyTagClassName
{
color: #74ECFC;
}
</style>
background-color css
<style>
a { background-color: #74ECFC; }
a { background-color: rgb(116,236,252); }
div.DivClassName
{
background-color: #74ECFC;
}
.BgClassName
{
background-color: #74ECFC;
}
</style>
border-color css
<style>
span { border-color: #74ECFC; }
span { border-color: rgb(116,236,252); }
td.TdClassName
{
border-color: #74ECFC;
}
.TagClassName
{
border-color: #74ECFC;
}
</style>