Shades of Electric Blue #74EFFF
Tints of Electric Blue #74EFFF
RGB
CMYK
RGB Variations
Color information
#74EFFF (or 0x74EFFF) is known color: Electric Blue. HEX triplet: 74, EF and FF. RGB value is (116,239,255). Sum of RGB (Red+Green+Blue) = 116+239+255=610 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.02% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #74EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EFFF is #8B1000. Grayscale: #CBCBCB. Windows color (decimal): -9113601 or 16772980. OLE color: 16772980.
HSL color Cylindrical-coordinate representation of color #74EFFF: hue angle of 186.91º 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 #74EFFF is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 239 | 255 | - |
| CMYK | 0.55 | 0.06 | 0 | 0 |
| HSL | 186.91º | 1% | 0.73% | - |
| HSV(B) | 186.91º | 0.55% | 1% | - |
| XYZ | 56.12 | 72.67 | 105.68 | - |
| YUV | 204.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 255 | 0.55 | 0.06 | 0 | 0 | 186.91 | 1 | 0.73 |
| Hex | 74 | EF | FF | 37 | 6 | 0 | 0 | BB | 64 | 49 |
| Octal | 164 | 357 | 377 | 67 | 6 | 0 | 0 | 273 | 144 | 111 |
| Binary | 1110100 | 11101111 | 11111111 | 110111 | 110 | 0 | 0 | 10111011 | 1100100 | 1001001 |
Color Harmonies of #74EFFF
Complementary color
Monochromatic Colors of #74EFFF
Black with #74EFFF
Text Example
Text Example
White with #74EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFFF; }
p { color: rgb(116,239,255); }
H1.HeaderClassName
{
color: #74EFFF;
}
.AnyTagClassName
{
color: #74EFFF;
}
</style>
background-color css
<style>
a { background-color: #74EFFF; }
a { background-color: rgb(116,239,255); }
div.DivClassName
{
background-color: #74EFFF;
}
.BgClassName
{
background-color: #74EFFF;
}
</style>
border-color css
<style>
span { border-color: #74EFFF; }
span { border-color: rgb(116,239,255); }
td.TdClassName
{
border-color: #74EFFF;
}
.TagClassName
{
border-color: #74EFFF;
}
</style>