Html Css Color HEX #76EDEC Electric Blue

📋 copy color: '#76EDEC'

red 118 ◦ green 237 ◦ blue 236

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

Shades of Electric Blue #76EDEC

Tints of Electric Blue #76EDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.1%

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 19.97%
G = 40.1%
B = 39.93%

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

#76EDEC (or 0x76EDEC) is known color: Electric Blue. HEX triplet: 76, ED and EC. RGB value is (118,237,236). Sum of RGB (Red+Green+Blue) = 118+237+236=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EDEC is #891213. Grayscale: #C9C9C9. Windows color (decimal): -8983060 or 15527286. OLE color: 15527286.

HSL color Cylindrical-coordinate representation of color #76EDEC: hue angle of 179.5º degrees, saturation: 0.77, 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 #76EDEC is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 237 236 -
CMYK 0.50 0 0.00 0.07
HSL 179.5º 0.77% 0.7% -
HSV(B) 179.5º 0.5% 0.93% -
XYZ 52.9 70.48 90.17 -
YUV 201.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 118 237 236 0.50 0 0.00 0.07 179.5 0.77 0.7
Hex 76 ED EC 32 0 0 7 B3 4D 46
Octal 166 355 354 62 0 0 7 263 115 106
Binary 1110110 11101101 11101100 110010 0 0 111 10110011 1001101 1000110

Color Harmonies of #76EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDEC

Black with #76EDEC

Text Example


Text Example

White with #76EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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