#76E7FD

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

Shades of Electric Blue #76E7FD

Tints of Electric Blue #76E7FD

Color information

#76E7FD (or 0x76E7FD) is unknown color: approx Electric Blue. HEX triplet: 76, E7 and FD. RGB value is (118,231,253). Sum of RGB (Red+Green+Blue) = 118+231+253=602 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.60% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #76E7FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E7FD is #891802. Grayscale: #C7C7C7. Windows color (decimal): -8984579 or 16639862. OLE color: 16639862.

HSL color Cylindrical-coordinate representation of color #76E7FD: hue angle of 189.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76E7FD is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118231253-
CMYK0.530.0900.01
HSL189.78º97.12%72.75%-
HSV(B)189.78º53.36%99.22%-
XYZ53.7868.1103.24-
YUV199.72158.0669.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.60%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=19.60%
G=38.37%
B=42.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182312530.530.0900.01189.7897.1272.75
Hex76E7FD35901be6149
Octal166347375651101276141111
Binary111011011100111111111011101011001011011111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,231,253); }

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

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

 a { background-color: rgb(118,231,253); }

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

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

 span { border-color: rgb(118,231,253); }

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