Shades of Electric Blue #74E9FD
Tints of Electric Blue #74E9FD
RGB
CMYK
RGB Variations
Color information
#74E9FD (or 0x74E9FD) is known color: Electric Blue. HEX triplet: 74, E9 and FD. RGB value is (116,233,253). Sum of RGB (Red+Green+Blue) = 116+233+253=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #74E9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E9FD is #8B1602. Grayscale: #C8C8C8. Windows color (decimal): -9115139 or 16640372. OLE color: 16640372.
HSL color Cylindrical-coordinate representation of color #74E9FD: hue angle of 188.76º 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 #74E9FD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 233 | 253 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.01 |
| HSL | 188.76º | 0.97% | 0.72% | - |
| HSV(B) | 188.76º | 0.54% | 0.99% | - |
| XYZ | 54.07 | 69.08 | 103.41 | - |
| YUV | 200.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 233 | 253 | 0.54 | 0.08 | 0 | 0.01 | 188.76 | 0.97 | 0.72 |
| Hex | 74 | E9 | FD | 36 | 8 | 0 | 1 | BD | 61 | 48 |
| Octal | 164 | 351 | 375 | 66 | 10 | 0 | 1 | 275 | 141 | 110 |
| Binary | 1110100 | 11101001 | 11111101 | 110110 | 1000 | 0 | 1 | 10111101 | 1100001 | 1001000 |
Color Harmonies of #74E9FD
Complementary color
Monochromatic Colors of #74E9FD
Black with #74E9FD
Text Example
Text Example
White with #74E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E9FD; }
p { color: rgb(116,233,253); }
H1.HeaderClassName
{
color: #74E9FD;
}
.AnyTagClassName
{
color: #74E9FD;
}
</style>
background-color css
<style>
a { background-color: #74E9FD; }
a { background-color: rgb(116,233,253); }
div.DivClassName
{
background-color: #74E9FD;
}
.BgClassName
{
background-color: #74E9FD;
}
</style>
border-color css
<style>
span { border-color: #74E9FD; }
span { border-color: rgb(116,233,253); }
td.TdClassName
{
border-color: #74E9FD;
}
.TagClassName
{
border-color: #74E9FD;
}
</style>