#76e3ff

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

Shades of Electric Blue #76E3FF

Tints of Electric Blue #76E3FF

Color information

#76E3FF (or 0x76E3FF) is unknown color: approx Electric Blue. HEX triplet: 76, E3 and FF. RGB value is (118,227,255). Sum of RGB (Red+Green+Blue) = 118+227+255=600 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.67% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #76E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E3FF is #891C00. Grayscale: #C5C5C5. Windows color (decimal): -8985601 or 16769910. OLE color: 16769910.

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

Color convert

RGB118227255-
CMYK0.540.1100
HSL192.26º100%73.14%-
HSV(B)192.26º53.73%100%-
XYZ52.9966.01104.56-
YUV197.6160.3971.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.67%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 255 (100% from 255) = 42.5%
R=19.67%
G=37.83%
B=42.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1182272550.540.1100192.2610073.14
Hex76E3FF36B00c06449
Octal166343377661300300144111
Binary111011011100011111111111101101011001100000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76e3ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,227,255); }

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

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

 a { background-color: rgb(118,227,255); }

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

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

 span { border-color: rgb(118,227,255); }

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