Shades of Electric Blue #74EFF6
Tints of Electric Blue #74EFF6
RGB
CMYK
RGB Variations
Color information
#74EFF6 (or 0x74EFF6) is known color: Electric Blue. HEX triplet: 74, EF and F6. RGB value is (116,239,246). Sum of RGB (Red+Green+Blue) = 116+239+246=601 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.30% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #74EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EFF6 is #8B1009. Grayscale: #CACACA. Windows color (decimal): -9113610 or 16183156. OLE color: 16183156.
HSL color Cylindrical-coordinate representation of color #74EFF6: hue angle of 183.23º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74EFF6 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 239 | 246 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.04 |
| HSL | 183.23º | 0.88% | 0.71% | - |
| HSV(B) | 183.23º | 0.53% | 0.96% | - |
| XYZ | 54.7 | 72.1 | 98.22 | - |
| YUV | 203.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 246 | 0.53 | 0.03 | 0 | 0.04 | 183.23 | 0.88 | 0.71 |
| Hex | 74 | EF | F6 | 35 | 3 | 0 | 4 | B7 | 58 | 47 |
| Octal | 164 | 357 | 366 | 65 | 3 | 0 | 4 | 267 | 130 | 107 |
| Binary | 1110100 | 11101111 | 11110110 | 110101 | 11 | 0 | 100 | 10110111 | 1011000 | 1000111 |
Color Harmonies of #74EFF6
Complementary color
Monochromatic Colors of #74EFF6
Black with #74EFF6
Text Example
Text Example
White with #74EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFF6; }
p { color: rgb(116,239,246); }
H1.HeaderClassName
{
color: #74EFF6;
}
.AnyTagClassName
{
color: #74EFF6;
}
</style>
background-color css
<style>
a { background-color: #74EFF6; }
a { background-color: rgb(116,239,246); }
div.DivClassName
{
background-color: #74EFF6;
}
.BgClassName
{
background-color: #74EFF6;
}
</style>
border-color css
<style>
span { border-color: #74EFF6; }
span { border-color: rgb(116,239,246); }
td.TdClassName
{
border-color: #74EFF6;
}
.TagClassName
{
border-color: #74EFF6;
}
</style>