#76F4FF

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

Shades of Electric Blue #76F4FF

Tints of Electric Blue #76F4FF

Color information

#76F4FF (or 0x76F4FF) is unknown color: approx Electric Blue. HEX triplet: 76, F4 and FF. RGB value is (118,244,255). Sum of RGB (Red+Green+Blue) = 118+244+255=617 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.12% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #76F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F4FF is #890B00. Grayscale: #CFCFCF. Windows color (decimal): -8981249 or 16774262. OLE color: 16774262.

HSL color Cylindrical-coordinate representation of color #76F4FF: hue angle of 184.82º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76F4FF is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB118244255-
CMYK0.540.0400
HSL184.82º100%73.14%-
HSV(B)184.82º53.73%100%-
XYZ57.8775.77106.18-
YUV207.58154.7664.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.12%
GREEN value IS 244 (95.70% from 255) = 39.55%
BLUE value IS 255 (100% from 255) = 41.33%
R=19.12%
G=39.55%
B=41.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1182442550.540.0400184.8210073.14
Hex76F4FF36400b96449
Octal16636437766400271144111
Binary11101101111010011111111110110100001011100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,244,255); }

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

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

 a { background-color: rgb(118,244,255); }

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

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

 span { border-color: rgb(118,244,255); }

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