#74F3ED

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

Shades of Electric Blue #74F3ED

Tints of Electric Blue #74F3ED

Color information

#74F3ED (or 0x74F3ED) is unknown color: approx Electric Blue. HEX triplet: 74, F3 and ED. RGB value is (116,243,237). Sum of RGB (Red+Green+Blue) = 116+243+237=596 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.46% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #74F3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F3ED is #8B0C12. Grayscale: #CCCCCC. Windows color (decimal): -9112595 or 15594356. OLE color: 15594356.

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

Color convert

RGB116243237-
CMYK0.5200.020.05
HSL177.17º84.11%70.39%-
HSV(B)177.17º52.26%95.29%-
XYZ54.5473.9391.52-
YUV204.34146.4264.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.46%
GREEN value IS 243 (95.31% from 255) = 40.77%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=19.46%
G=40.77%
B=39.77%

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
Decimal1162432370.5200.020.05177.1784.1170.39
Hex74F3ED34025b15446
Octal16436335564025261124106
Binary111010011110011111011011101000101011011000110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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