#76EDFE

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

Shades of Electric Blue #76EDFE

Tints of Electric Blue #76EDFE

Color information

#76EDFE (or 0x76EDFE) is unknown color: approx Electric Blue. HEX triplet: 76, ED and FE. RGB value is (118,237,254). Sum of RGB (Red+Green+Blue) = 118+237+254=609 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.38% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #76EDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EDFE is #891201. Grayscale: #CBCBCB. Windows color (decimal): -8983042 or 16706934. OLE color: 16706934.

HSL color Cylindrical-coordinate representation of color #76EDFE: hue angle of 187.5º 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 #76EDFE is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB118237254-
CMYK0.540.0700.00
HSL187.5º98.55%72.94%-
HSV(B)187.5º53.54%99.61%-
XYZ55.6471.58104.65-
YUV203.36156.5867.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.38%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=19.38%
G=38.92%
B=41.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1182372540.540.0700.00187.598.5572.94
Hex76EDFE36700bc6349
Octal16635537666700274143111
Binary11101101110110111111110110110111001011110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,237,254); }

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

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

 a { background-color: rgb(118,237,254); }

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

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

 span { border-color: rgb(118,237,254); }

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