#74eff4

Color #74EFF4 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #74EFF4

Tints of Electric Blue #74EFF4

Color information

#74EFF4 (or 0x74EFF4) is unknown color: approx Electric Blue. HEX triplet: 74, EF and F4. RGB value is (116,239,244). Sum of RGB (Red+Green+Blue) = 116+239+244=599 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.37% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #74EFF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EFF4 is #8B100B. Grayscale: #CACACA. Windows color (decimal): -9113612 or 16052084. OLE color: 16052084.

HSL color Cylindrical-coordinate representation of color #74EFF4: hue angle of 182.34º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74EFF4 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB116239244-
CMYK0.520.0200.04
HSL182.34º85.33%70.59%-
HSV(B)182.34º52.46%95.69%-
XYZ54.471.9896.61-
YUV202.79151.2566.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 19.37%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 244 (95.70% from 255) = 40.73%
R=19.37%
G=39.90%
B=40.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1162392440.520.0200.04182.3485.3370.59
Hex74EFF434204b65547
Octal16435736464204266125107
Binary111010011101111111101001101001001001011011010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74eff4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74eff4; }

 p { color: rgb(116,239,244); }

 H1.HeaderClassName
 {
   color: #74eff4;
 }
 .AnyTagClassName
 {
   color: #74eff4;
 }
</style>
background-color css

<style>
 a { background-color: #74eff4; }

 a { background-color: rgb(116,239,244); }

 div.DivClassName
 {
   background-color: #74eff4;
 }
 .BgClassName
 {
   background-color: #74eff4;
 }
</style>
border-color css

<style>
 span { border-color: #74eff4; }

 span { border-color: rgb(116,239,244); }

 td.TdClassName
 {
   border-color: #74eff4;
 }
 .TagClassName
 {
   border-color: #74eff4;
 }
</style>