Shades of Electric Blue #74E5FD
Tints of Electric Blue #74E5FD
RGB
CMYK
RGB Variations
Color information
#74E5FD (or 0x74E5FD) is known color: Electric Blue. HEX triplet: 74, E5 and FD. RGB value is (116,229,253). Sum of RGB (Red+Green+Blue) = 116+229+253=598 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.40% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #74E5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E5FD is #8B1A02. Grayscale: #C5C5C5. Windows color (decimal): -9116163 or 16639348. OLE color: 16639348.
HSL color Cylindrical-coordinate representation of color #74E5FD: hue angle of 190.51º degrees, saturation: 0.97, 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 #74E5FD is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 229 | 253 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.01 |
| HSL | 190.51º | 0.97% | 0.72% | - |
| HSV(B) | 190.51º | 0.54% | 0.99% | - |
| XYZ | 52.95 | 66.84 | 103.04 | - |
| YUV | 197.95 | 159.06 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 253 | 0.54 | 0.09 | 0 | 0.01 | 190.51 | 0.97 | 0.72 |
| Hex | 74 | E5 | FD | 36 | 9 | 0 | 1 | BF | 61 | 48 |
| Octal | 164 | 345 | 375 | 66 | 11 | 0 | 1 | 277 | 141 | 110 |
| Binary | 1110100 | 11100101 | 11111101 | 110110 | 1001 | 0 | 1 | 10111111 | 1100001 | 1001000 |
Color Harmonies of #74E5FD
Complementary color
Monochromatic Colors of #74E5FD
Black with #74E5FD
Text Example
Text Example
White with #74E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E5FD; }
p { color: rgb(116,229,253); }
H1.HeaderClassName
{
color: #74E5FD;
}
.AnyTagClassName
{
color: #74E5FD;
}
</style>
background-color css
<style>
a { background-color: #74E5FD; }
a { background-color: rgb(116,229,253); }
div.DivClassName
{
background-color: #74E5FD;
}
.BgClassName
{
background-color: #74E5FD;
}
</style>
border-color css
<style>
span { border-color: #74E5FD; }
span { border-color: rgb(116,229,253); }
td.TdClassName
{
border-color: #74E5FD;
}
.TagClassName
{
border-color: #74E5FD;
}
</style>