#74E6FE

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

Shades of Electric Blue #74E6FE

Tints of Electric Blue #74E6FE

Color information

#74E6FE (or 0x74E6FE) is unknown color: approx Electric Blue. HEX triplet: 74, E6 and FE. RGB value is (116,230,254). Sum of RGB (Red+Green+Blue) = 116+230+254=600 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.33% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #74E6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E6FE is #8B1901. Grayscale: #C6C6C6. Windows color (decimal): -9115906 or 16705140. OLE color: 16705140.

HSL color Cylindrical-coordinate representation of color #74E6FE: hue angle of 190.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74E6FE is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB116230254-
CMYK0.540.0900.00
HSL190.43º98.57%72.55%-
HSV(B)190.43º54.33%99.61%-
XYZ53.3967.46103.97-
YUV198.65159.2369.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.33%
GREEN value IS 230 (90.23% from 255) = 38.33%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=19.33%
G=38.33%
B=42.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1162302540.540.0900.00190.4398.5772.55
Hex74E6FE36900be6349
Octal164346376661100276143111
Binary111010011100110111111101101101001001011111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,230,254); }

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

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

 a { background-color: rgb(116,230,254); }

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

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

 span { border-color: rgb(116,230,254); }

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