#76EFFD

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

Shades of Electric Blue #76EFFD

Tints of Electric Blue #76EFFD

Color information

#76EFFD (or 0x76EFFD) is unknown color: approx Electric Blue. HEX triplet: 76, EF and FD. RGB value is (118,239,253). Sum of RGB (Red+Green+Blue) = 118+239+253=610 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.34% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #76EFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EFFD is #891002. Grayscale: #CCCCCC. Windows color (decimal): -8982531 or 16641910. OLE color: 16641910.

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

Color convert

RGB118239253-
CMYK0.530.0600.01
HSL186.22º97.12%72.75%-
HSV(B)186.22º53.36%99.22%-
XYZ56.0772.68104-
YUV204.42155.4166.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.34%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=19.34%
G=39.18%
B=41.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182392530.530.0600.01186.2297.1272.75
Hex76EFFD35601ba6149
Octal16635737565601272141111
Binary11101101110111111111101110101110011011101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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