Shades of Electric Blue #74EFF2
Tints of Electric Blue #74EFF2
RGB
CMYK
RGB Variations
Color information
#74EFF2 (or 0x74EFF2) is known color: Electric Blue. HEX triplet: 74, EF and F2. RGB value is (116,239,242). Sum of RGB (Red+Green+Blue) = 116+239+242=597 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.43% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #74EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EFF2 is #8B100D. Grayscale: #CACACA. Windows color (decimal): -9113614 or 15921012. OLE color: 15921012.
HSL color Cylindrical-coordinate representation of color #74EFF2: hue angle of 181.43º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74EFF2 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 239 | 242 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.05 |
| HSL | 181.43º | 0.83% | 0.7% | - |
| HSV(B) | 181.43º | 0.52% | 0.95% | - |
| XYZ | 54.1 | 71.86 | 95.02 | - |
| YUV | 202.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 242 | 0.52 | 0.01 | 0 | 0.05 | 181.43 | 0.83 | 0.7 |
| Hex | 74 | EF | F2 | 34 | 1 | 0 | 5 | B5 | 53 | 46 |
| Octal | 164 | 357 | 362 | 64 | 1 | 0 | 5 | 265 | 123 | 106 |
| Binary | 1110100 | 11101111 | 11110010 | 110100 | 1 | 0 | 101 | 10110101 | 1010011 | 1000110 |
Color Harmonies of #74EFF2
Complementary color
Monochromatic Colors of #74EFF2
Black with #74EFF2
Text Example
Text Example
White with #74EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFF2; }
p { color: rgb(116,239,242); }
H1.HeaderClassName
{
color: #74EFF2;
}
.AnyTagClassName
{
color: #74EFF2;
}
</style>
background-color css
<style>
a { background-color: #74EFF2; }
a { background-color: rgb(116,239,242); }
div.DivClassName
{
background-color: #74EFF2;
}
.BgClassName
{
background-color: #74EFF2;
}
</style>
border-color css
<style>
span { border-color: #74EFF2; }
span { border-color: rgb(116,239,242); }
td.TdClassName
{
border-color: #74EFF2;
}
.TagClassName
{
border-color: #74EFF2;
}
</style>