Html Css Color HEX #76EEFE Electric Blue

📋 copy color: '#76EEFE'

red 118 ◦ green 238 ◦ blue 254

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

Shades of Electric Blue #76EEFE

Tints of Electric Blue #76EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.02%

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 19.34%
G = 39.02%
B = 41.64%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76EEFE (or 0x76EEFE) is known color: Electric Blue. HEX triplet: 76, EE and FE. RGB value is (118,238,254). Sum of RGB (Red+Green+Blue) = 118+238+254=610 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.34% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #76EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEFE is #891101. Grayscale: #CBCBCB. Windows color (decimal): -8982786 or 16707190. OLE color: 16707190.

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

Color convert

RGB 118 238 254 -
CMYK 0.54 0.06 0 0.00
HSL 187.06º 0.99% 0.73% -
HSV(B) 187.06º 0.54% 1% -
XYZ 55.94 72.16 104.75 -
YUV 203.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 118 238 254 0.54 0.06 0 0.00 187.06 0.99 0.73
Hex 76 EE FE 36 6 0 0 BB 63 49
Octal 166 356 376 66 6 0 0 273 143 111
Binary 1110110 11101110 11111110 110110 110 0 0 10111011 1100011 1001001

Color Harmonies of #76EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EEFE

Black with #76EEFE

Text Example


Text Example

White with #76EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,238,254); }

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

background-color css

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

 a { background-color: rgb(118,238,254); }

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

border-color css

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

 span { border-color: rgb(118,238,254); }

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