Shades of Electric Blue #74E5FC
Tints of Electric Blue #74E5FC
RGB
CMYK
RGB Variations
Color information
#74E5FC (or 0x74E5FC) is known color: Electric Blue. HEX triplet: 74, E5 and FC. RGB value is (116,229,252). Sum of RGB (Red+Green+Blue) = 116+229+252=597 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.43% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #74E5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E5FC is #8B1A03. Grayscale: #C5C5C5. Windows color (decimal): -9116164 or 16573812. OLE color: 16573812.
HSL color Cylindrical-coordinate representation of color #74E5FC: hue angle of 190.15º 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 #74E5FC is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 229 | 252 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.01 |
| HSL | 190.15º | 0.96% | 0.72% | - |
| HSV(B) | 190.15º | 0.54% | 0.99% | - |
| XYZ | 52.79 | 66.78 | 102.2 | - |
| YUV | 197.84 | 158.56 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 252 | 0.54 | 0.09 | 0 | 0.01 | 190.15 | 0.96 | 0.72 |
| Hex | 74 | E5 | FC | 36 | 9 | 0 | 1 | BE | 60 | 48 |
| Octal | 164 | 345 | 374 | 66 | 11 | 0 | 1 | 276 | 140 | 110 |
| Binary | 1110100 | 11100101 | 11111100 | 110110 | 1001 | 0 | 1 | 10111110 | 1100000 | 1001000 |
Color Harmonies of #74E5FC
Complementary color
Monochromatic Colors of #74E5FC
Black with #74E5FC
Text Example
Text Example
White with #74E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E5FC; }
p { color: rgb(116,229,252); }
H1.HeaderClassName
{
color: #74E5FC;
}
.AnyTagClassName
{
color: #74E5FC;
}
</style>
background-color css
<style>
a { background-color: #74E5FC; }
a { background-color: rgb(116,229,252); }
div.DivClassName
{
background-color: #74E5FC;
}
.BgClassName
{
background-color: #74E5FC;
}
</style>
border-color css
<style>
span { border-color: #74E5FC; }
span { border-color: rgb(116,229,252); }
td.TdClassName
{
border-color: #74E5FC;
}
.TagClassName
{
border-color: #74E5FC;
}
</style>