#76EEFB

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

Shades of Electric Blue #76EEFB

Tints of Electric Blue #76EEFB

Color information

#76EEFB (or 0x76EEFB) is unknown color: approx Electric Blue. HEX triplet: 76, EE and FB. RGB value is (118,238,251). Sum of RGB (Red+Green+Blue) = 118+238+251=607 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.44% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #76EEFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEFB is #891104. Grayscale: #CBCBCB. Windows color (decimal): -8982789 or 16510582. OLE color: 16510582.

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

Color convert

RGB118238251-
CMYK0.530.0500.02
HSL185.86º94.33%72.35%-
HSV(B)185.86º52.99%98.43%-
XYZ55.4671.97102.23-
YUV203.6154.7466.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.44%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=19.44%
G=39.21%
B=41.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182382510.530.0500.02185.8694.3372.35
Hex76EEFB35502ba5e48
Octal16635637365502272136110
Binary111011011101110111110111101011010101011101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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