Html Css Color HEX #76E5FF Electric Blue

📋 copy color: '#76E5FF'

red 118 ◦ green 229 ◦ blue 255

#76E5FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #76E5FF

Tints of Electric Blue #76E5FF

RGB

 RED value IS 118 (46.48% from 255) = 19.6%

 GREEN value IS 229 (89.84% from 255) = 38.04%

 BLUE value IS 255 (100% from 255) = 42.36%

R = 19.6%
G = 38.04%
B = 42.36%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76E5FF (or 0x76E5FF) is known color: Electric Blue. HEX triplet: 76, E5 and FF. RGB value is (118,229,255). Sum of RGB (Red+Green+Blue) = 118+229+255=602 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.60% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #76E5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E5FF is #891A00. Grayscale: #C6C6C6. Windows color (decimal): -8985089 or 16770422. OLE color: 16770422.

HSL color Cylindrical-coordinate representation of color #76E5FF: hue angle of 191.39º 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 #76E5FF is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 229 255 -
CMYK 0.54 0.10 0 0
HSL 191.39º 1% 0.73% -
HSV(B) 191.39º 0.54% 1% -
XYZ 53.54 67.11 104.74 -
YUV 198.78 159.73 70.39 -
System Red Green Blue C M Y K H S L
Decimal 118 229 255 0.54 0.10 0 0 191.39 1 0.73
Hex 76 E5 FF 36 A 0 0 BF 64 49
Octal 166 345 377 66 12 0 0 277 144 111
Binary 1110110 11100101 11111111 110110 1010 0 0 10111111 1100100 1001001

Color Harmonies of #76E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E5FF

Black with #76E5FF

Text Example


Text Example

White with #76E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76E5FF;
 }
 .AnyTagClassName
 {
   color: #76E5FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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