#76EAF8

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

Shades of Electric Blue #76EAF8

Tints of Electric Blue #76EAF8

Color information

#76EAF8 (or 0x76EAF8) is unknown color: approx Electric Blue. HEX triplet: 76, EA and F8. RGB value is (118,234,248). Sum of RGB (Red+Green+Blue) = 118+234+248=600 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.67% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #76EAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EAF8 is #891507. Grayscale: #C8C8C8. Windows color (decimal): -8983816 or 16312950. OLE color: 16312950.

HSL color Cylindrical-coordinate representation of color #76EAF8: hue angle of 186.46º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76EAF8 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118234248-
CMYK0.520.0600.03
HSL186.46º90.28%71.76%-
HSV(B)186.46º52.42%97.25%-
XYZ53.8469.4799.38-
YUV200.91154.5768.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.67%
GREEN value IS 234 (91.80% from 255) = 39%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=19.67%
G=39%
B=41.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182342480.520.0600.03186.4690.2871.76
Hex76EAF834603ba5a48
Octal16635237064603272132110
Binary111011011101010111110001101001100111011101010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,234,248); }

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

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

 a { background-color: rgb(118,234,248); }

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

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

 span { border-color: rgb(118,234,248); }

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