Html Css Color HEX #76EEED Electric Blue

📋 copy color: '#76EEED'

red 118 ◦ green 238 ◦ blue 237

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

Shades of Electric Blue #76EEED

Tints of Electric Blue #76EEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 19.9%
G = 40.13%
B = 39.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#76EEED (or 0x76EEED) is known color: Electric Blue. HEX triplet: 76, EE and ED. RGB value is (118,238,237). Sum of RGB (Red+Green+Blue) = 118+238+237=593 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.90% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #76EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEED is #891112. Grayscale: #C9C9C9. Windows color (decimal): -8982803 or 15593078. OLE color: 15593078.

HSL color Cylindrical-coordinate representation of color #76EEED: hue angle of 179.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EEED is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 238 237 -
CMYK 0.50 0 0.00 0.07
HSL 179.5º 0.78% 0.7% -
HSV(B) 179.5º 0.5% 0.93% -
XYZ 53.33 71.12 91.04 -
YUV 202.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 118 238 237 0.50 0 0.00 0.07 179.5 0.78 0.7
Hex 76 EE ED 32 0 0 7 B4 4E 46
Octal 166 356 355 62 0 0 7 264 116 106
Binary 1110110 11101110 11101101 110010 0 0 111 10110100 1001110 1000110

Color Harmonies of #76EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EEED

Black with #76EEED

Text Example


Text Example

White with #76EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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