#74EFED

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

Shades of Electric Blue #74EFED

Tints of Electric Blue #74EFED

Color information

#74EFED (or 0x74EFED) is unknown color: approx Electric Blue. HEX triplet: 74, EF and ED. RGB value is (116,239,237). Sum of RGB (Red+Green+Blue) = 116+239+237=592 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.59% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EFED is #8B1012. Grayscale: #C9C9C9. Windows color (decimal): -9113619 or 15593332. OLE color: 15593332.

HSL color Cylindrical-coordinate representation of color #74EFED: hue angle of 179.02º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EFED is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB116239237-
CMYK0.5100.010.06
HSL179.02º79.35%69.61%-
HSV(B)179.02º51.46%93.73%-
XYZ53.3671.5691.12-
YUV201.99147.7566.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.59%
GREEN value IS 239 (93.75% from 255) = 40.37%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=19.59%
G=40.37%
B=40.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162392370.5100.010.06179.0279.3569.61
Hex74EFED33016b34f46
Octal16435735563016263117106
Binary11101001110111111101101110011011101011001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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