Shades of Electric Blue #74E3FF
Tints of Electric Blue #74E3FF
RGB
CMYK
RGB Variations
Color information
#74E3FF (or 0x74E3FF) is known color: Electric Blue. HEX triplet: 74, E3 and FF. RGB value is (116,227,255). Sum of RGB (Red+Green+Blue) = 116+227+255=598 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.40% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #74E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E3FF is #8B1C00. Grayscale: #C4C4C4. Windows color (decimal): -9116673 or 16769908. OLE color: 16769908.
HSL color Cylindrical-coordinate representation of color #74E3FF: hue angle of 192.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74E3FF is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 227 | 255 | - |
| CMYK | 0.55 | 0.11 | 0 | 0 |
| HSL | 192.09º | 1% | 0.73% | - |
| HSV(B) | 192.09º | 0.55% | 1% | - |
| XYZ | 52.72 | 65.87 | 104.54 | - |
| YUV | 197 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 255 | 0.55 | 0.11 | 0 | 0 | 192.09 | 1 | 0.73 |
| Hex | 74 | E3 | FF | 37 | B | 0 | 0 | C0 | 64 | 49 |
| Octal | 164 | 343 | 377 | 67 | 13 | 0 | 0 | 300 | 144 | 111 |
| Binary | 1110100 | 11100011 | 11111111 | 110111 | 1011 | 0 | 0 | 11000000 | 1100100 | 1001001 |
Color Harmonies of #74E3FF
Complementary color
Monochromatic Colors of #74E3FF
Black with #74E3FF
Text Example
Text Example
White with #74E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E3FF; }
p { color: rgb(116,227,255); }
H1.HeaderClassName
{
color: #74E3FF;
}
.AnyTagClassName
{
color: #74E3FF;
}
</style>
background-color css
<style>
a { background-color: #74E3FF; }
a { background-color: rgb(116,227,255); }
div.DivClassName
{
background-color: #74E3FF;
}
.BgClassName
{
background-color: #74E3FF;
}
</style>
border-color css
<style>
span { border-color: #74E3FF; }
span { border-color: rgb(116,227,255); }
td.TdClassName
{
border-color: #74E3FF;
}
.TagClassName
{
border-color: #74E3FF;
}
</style>