#76E9FA

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

Shades of Electric Blue #76E9FA

Tints of Electric Blue #76E9FA

Color information

#76E9FA (or 0x76E9FA) is unknown color: approx Electric Blue. HEX triplet: 76, E9 and FA. RGB value is (118,233,250). Sum of RGB (Red+Green+Blue) = 118+233+250=601 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.63% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #76E9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E9FA is #891605. Grayscale: #C8C8C8. Windows color (decimal): -8984070 or 16443766. OLE color: 16443766.

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

Color convert

RGB118233250-
CMYK0.530.0700.02
HSL187.73º92.96%72.16%-
HSV(B)187.73º52.8%98.04%-
XYZ53.8769.03100.93-
YUV200.55155.969.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.63%
GREEN value IS 233 (91.41% from 255) = 38.77%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=19.63%
G=38.77%
B=41.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182332500.530.0700.02187.7392.9672.16
Hex76E9FA35702bc5d48
Octal16635137265702274135110
Binary111011011101001111110101101011110101011110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,233,250); }

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

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

 a { background-color: rgb(118,233,250); }

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

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

 span { border-color: rgb(118,233,250); }

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