Shades of Electric Blue #74E8FD
Tints of Electric Blue #74E8FD
RGB
CMYK
RGB Variations
Color information
#74E8FD (or 0x74E8FD) is known color: Electric Blue. HEX triplet: 74, E8 and FD. RGB value is (116,232,253). Sum of RGB (Red+Green+Blue) = 116+232+253=601 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.30% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #74E8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E8FD is #8B1702. Grayscale: #C7C7C7. Windows color (decimal): -9115395 or 16640116. OLE color: 16640116.
HSL color Cylindrical-coordinate representation of color #74E8FD: hue angle of 189.2º 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 #74E8FD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 232 | 253 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.01 |
| HSL | 189.2º | 0.97% | 0.72% | - |
| HSV(B) | 189.2º | 0.54% | 0.99% | - |
| XYZ | 53.79 | 68.52 | 103.32 | - |
| YUV | 199.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 253 | 0.54 | 0.08 | 0 | 0.01 | 189.2 | 0.97 | 0.72 |
| Hex | 74 | E8 | FD | 36 | 8 | 0 | 1 | BD | 61 | 48 |
| Octal | 164 | 350 | 375 | 66 | 10 | 0 | 1 | 275 | 141 | 110 |
| Binary | 1110100 | 11101000 | 11111101 | 110110 | 1000 | 0 | 1 | 10111101 | 1100001 | 1001000 |
Color Harmonies of #74E8FD
Complementary color
Monochromatic Colors of #74E8FD
Black with #74E8FD
Text Example
Text Example
White with #74E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E8FD; }
p { color: rgb(116,232,253); }
H1.HeaderClassName
{
color: #74E8FD;
}
.AnyTagClassName
{
color: #74E8FD;
}
</style>
background-color css
<style>
a { background-color: #74E8FD; }
a { background-color: rgb(116,232,253); }
div.DivClassName
{
background-color: #74E8FD;
}
.BgClassName
{
background-color: #74E8FD;
}
</style>
border-color css
<style>
span { border-color: #74E8FD; }
span { border-color: rgb(116,232,253); }
td.TdClassName
{
border-color: #74E8FD;
}
.TagClassName
{
border-color: #74E8FD;
}
</style>