#74EEED

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

Shades of Electric Blue #74EEED

Tints of Electric Blue #74EEED

Color information

#74EEED (or 0x74EEED) is unknown color: approx Electric Blue. HEX triplet: 74, EE and ED. RGB value is (116,238,237). Sum of RGB (Red+Green+Blue) = 116+238+237=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EEED is #8B1112. Grayscale: #C9C9C9. Windows color (decimal): -9113875 or 15593076. OLE color: 15593076.

HSL color Cylindrical-coordinate representation of color #74EEED: hue angle of 179.51º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EEED is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB116238237-
CMYK0.5100.000.07
HSL179.51º78.21%69.41%-
HSV(B)179.51º51.26%93.33%-
XYZ53.0670.9891.02-
YUV201.41148.0867.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.63%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=19.63%
G=40.27%
B=40.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1162382370.5100.000.07179.5178.2169.41
Hex74EEED33007b44e45
Octal16435635563007264116105
Binary11101001110111011101101110011001111011010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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