Shades of Electric Blue #74F7FA
Tints of Electric Blue #74F7FA
RGB
CMYK
RGB Variations
Color information
#74F7FA (or 0x74F7FA) is known color: Electric Blue. HEX triplet: 74, F7 and FA. RGB value is (116,247,250). Sum of RGB (Red+Green+Blue) = 116+247+250=613 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.92% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #74F7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F7FA is #8B0805. Grayscale: #D0D0D0. Windows color (decimal): -9111558 or 16447348. OLE color: 16447348.
HSL color Cylindrical-coordinate representation of color #74F7FA: hue angle of 181.34º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74F7FA is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 247 | 250 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.02 |
| HSL | 181.34º | 0.93% | 0.72% | - |
| HSV(B) | 181.34º | 0.54% | 0.98% | - |
| XYZ | 57.72 | 77.14 | 102.29 | - |
| YUV | 208.17 | 151.6 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 250 | 0.54 | 0.01 | 0 | 0.02 | 181.34 | 0.93 | 0.72 |
| Hex | 74 | F7 | FA | 36 | 1 | 0 | 2 | B5 | 5D | 48 |
| Octal | 164 | 367 | 372 | 66 | 1 | 0 | 2 | 265 | 135 | 110 |
| Binary | 1110100 | 11110111 | 11111010 | 110110 | 1 | 0 | 10 | 10110101 | 1011101 | 1001000 |
Color Harmonies of #74F7FA
Complementary color
Monochromatic Colors of #74F7FA
Black with #74F7FA
Text Example
Text Example
White with #74F7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F7FA; }
p { color: rgb(116,247,250); }
H1.HeaderClassName
{
color: #74F7FA;
}
.AnyTagClassName
{
color: #74F7FA;
}
</style>
background-color css
<style>
a { background-color: #74F7FA; }
a { background-color: rgb(116,247,250); }
div.DivClassName
{
background-color: #74F7FA;
}
.BgClassName
{
background-color: #74F7FA;
}
</style>
border-color css
<style>
span { border-color: #74F7FA; }
span { border-color: rgb(116,247,250); }
td.TdClassName
{
border-color: #74F7FA;
}
.TagClassName
{
border-color: #74F7FA;
}
</style>