Shades of Electric Blue #74EEFF
Tints of Electric Blue #74EEFF
RGB
CMYK
RGB Variations
Color information
#74EEFF (or 0x74EEFF) is known color: Electric Blue. HEX triplet: 74, EE and FF. RGB value is (116,238,255). Sum of RGB (Red+Green+Blue) = 116+238+255=609 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.05% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #74EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EEFF is #8B1100. Grayscale: #CBCBCB. Windows color (decimal): -9113857 or 16772724. OLE color: 16772724.
HSL color Cylindrical-coordinate representation of color #74EEFF: hue angle of 187.34º 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 #74EEFF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 238 | 255 | - |
| CMYK | 0.55 | 0.07 | 0 | 0 |
| HSL | 187.34º | 1% | 0.73% | - |
| HSV(B) | 187.34º | 0.55% | 1% | - |
| XYZ | 55.83 | 72.08 | 105.58 | - |
| YUV | 203.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 255 | 0.55 | 0.07 | 0 | 0 | 187.34 | 1 | 0.73 |
| Hex | 74 | EE | FF | 37 | 7 | 0 | 0 | BB | 64 | 49 |
| Octal | 164 | 356 | 377 | 67 | 7 | 0 | 0 | 273 | 144 | 111 |
| Binary | 1110100 | 11101110 | 11111111 | 110111 | 111 | 0 | 0 | 10111011 | 1100100 | 1001001 |
Color Harmonies of #74EEFF
Complementary color
Monochromatic Colors of #74EEFF
Black with #74EEFF
Text Example
Text Example
White with #74EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEFF; }
p { color: rgb(116,238,255); }
H1.HeaderClassName
{
color: #74EEFF;
}
.AnyTagClassName
{
color: #74EEFF;
}
</style>
background-color css
<style>
a { background-color: #74EEFF; }
a { background-color: rgb(116,238,255); }
div.DivClassName
{
background-color: #74EEFF;
}
.BgClassName
{
background-color: #74EEFF;
}
</style>
border-color css
<style>
span { border-color: #74EEFF; }
span { border-color: rgb(116,238,255); }
td.TdClassName
{
border-color: #74EEFF;
}
.TagClassName
{
border-color: #74EEFF;
}
</style>