#76F4EB

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

Shades of Electric Blue #76F4EB

Tints of Electric Blue #76F4EB

Color information

#76F4EB (or 0x76F4EB) is unknown color: approx Electric Blue. HEX triplet: 76, F4 and EB. RGB value is (118,244,235). Sum of RGB (Red+Green+Blue) = 118+244+235=597 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.77% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #76F4EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F4EB is #890B14. Grayscale: #CDCDCD. Windows color (decimal): -8981269 or 15463542. OLE color: 15463542.

HSL color Cylindrical-coordinate representation of color #76F4EB: hue angle of 175.71º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F4EB is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB118244235-
CMYK0.5200.040.04
HSL175.71º85.14%70.98%-
HSV(B)175.71º51.64%95.69%-
XYZ54.8274.5590.1-
YUV205.3144.7665.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.77%
GREEN value IS 244 (95.70% from 255) = 40.87%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=19.77%
G=40.87%
B=39.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182442350.5200.040.04175.7185.1470.98
Hex76F4EB34044b05547
Octal16636435364044260125107
Binary1110110111101001110101111010001001001011000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76F4EB; }

 p { color: rgb(118,244,235); }

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

<style>
 a { background-color: #76F4EB; }

 a { background-color: rgb(118,244,235); }

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

<style>
 span { border-color: #76F4EB; }

 span { border-color: rgb(118,244,235); }

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