#76ECFB

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

Shades of Electric Blue #76ECFB

Tints of Electric Blue #76ECFB

Color information

#76ECFB (or 0x76ECFB) is unknown color: approx Electric Blue. HEX triplet: 76, EC and FB. RGB value is (118,236,251). Sum of RGB (Red+Green+Blue) = 118+236+251=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #76ECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECFB is #891304. Grayscale: #CACACA. Windows color (decimal): -8983301 or 16510070. OLE color: 16510070.

HSL color Cylindrical-coordinate representation of color #76ECFB: hue angle of 186.77º 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 #76ECFB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118236251-
CMYK0.530.0600.02
HSL186.77º94.33%72.35%-
HSV(B)186.77º52.99%98.43%-
XYZ54.8870.81102.04-
YUV202.43155.4167.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.50%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=19.50%
G=39.01%
B=41.49%

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
Decimal1182362510.530.0600.02186.7794.3372.35
Hex76ECFB35602bb5e48
Octal16635437365602273136110
Binary111011011101100111110111101011100101011101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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