#74F2ED

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

Shades of Electric Blue #74F2ED

Tints of Electric Blue #74F2ED

Color information

#74F2ED (or 0x74F2ED) is unknown color: approx Electric Blue. HEX triplet: 74, F2 and ED. RGB value is (116,242,237). Sum of RGB (Red+Green+Blue) = 116+242+237=595 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.50% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F2ED is #8B0D12. Grayscale: #CBCBCB. Windows color (decimal): -9112851 or 15594100. OLE color: 15594100.

HSL color Cylindrical-coordinate representation of color #74F2ED: hue angle of 177.62º 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 #74F2ED is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB116242237-
CMYK0.5200.020.05
HSL177.62º82.89%70.2%-
HSV(B)177.62º52.07%94.9%-
XYZ54.2473.3391.42-
YUV203.76146.7665.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.50%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=19.50%
G=40.67%
B=39.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162422370.5200.020.05177.6282.8970.2
Hex74F2ED34025b25346
Octal16436235564025262123106
Binary111010011110010111011011101000101011011001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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