Shades of Electric Blue #74F2F6
Tints of Electric Blue #74F2F6
RGB
CMYK
RGB Variations
Color information
#74F2F6 (or 0x74F2F6) is known color: Electric Blue. HEX triplet: 74, F2 and F6. RGB value is (116,242,246). Sum of RGB (Red+Green+Blue) = 116+242+246=604 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.21% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #74F2F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F2F6 is #8B0D09. Grayscale: #CCCCCC. Windows color (decimal): -9112842 or 16183924. OLE color: 16183924.
HSL color Cylindrical-coordinate representation of color #74F2F6: hue angle of 181.85º 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 #74F2F6 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 242 | 246 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.04 |
| HSL | 181.85º | 0.88% | 0.71% | - |
| HSV(B) | 181.85º | 0.53% | 0.96% | - |
| XYZ | 55.59 | 73.87 | 98.52 | - |
| YUV | 204.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 246 | 0.53 | 0.02 | 0 | 0.04 | 181.85 | 0.88 | 0.71 |
| Hex | 74 | F2 | F6 | 35 | 2 | 0 | 4 | B6 | 58 | 47 |
| Octal | 164 | 362 | 366 | 65 | 2 | 0 | 4 | 266 | 130 | 107 |
| Binary | 1110100 | 11110010 | 11110110 | 110101 | 10 | 0 | 100 | 10110110 | 1011000 | 1000111 |
Color Harmonies of #74F2F6
Complementary color
Monochromatic Colors of #74F2F6
Black with #74F2F6
Text Example
Text Example
White with #74F2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F2F6; }
p { color: rgb(116,242,246); }
H1.HeaderClassName
{
color: #74F2F6;
}
.AnyTagClassName
{
color: #74F2F6;
}
</style>
background-color css
<style>
a { background-color: #74F2F6; }
a { background-color: rgb(116,242,246); }
div.DivClassName
{
background-color: #74F2F6;
}
.BgClassName
{
background-color: #74F2F6;
}
</style>
border-color css
<style>
span { border-color: #74F2F6; }
span { border-color: rgb(116,242,246); }
td.TdClassName
{
border-color: #74F2F6;
}
.TagClassName
{
border-color: #74F2F6;
}
</style>