#76EDFB

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

Shades of Electric Blue #76EDFB

Tints of Electric Blue #76EDFB

Color information

#76EDFB (or 0x76EDFB) is unknown color: approx Electric Blue. HEX triplet: 76, ED and FB. RGB value is (118,237,251). Sum of RGB (Red+Green+Blue) = 118+237+251=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #76EDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EDFB is #891204. Grayscale: #CACACA. Windows color (decimal): -8983045 or 16510326. OLE color: 16510326.

HSL color Cylindrical-coordinate representation of color #76EDFB: hue angle of 186.32º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76EDFB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118237251-
CMYK0.530.0600.02
HSL186.32º94.33%72.35%-
HSV(B)186.32º52.99%98.43%-
XYZ55.1771.38102.14-
YUV203.02155.0867.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.47%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=19.47%
G=39.11%
B=41.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182372510.530.0600.02186.3294.3372.35
Hex76EDFB35602ba5e48
Octal16635537365602272136110
Binary111011011101101111110111101011100101011101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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