Html Css Color HEX #76EDED Electric Blue

📋 copy color: '#76EDED'

red 118 ◦ green 237 ◦ blue 237

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

Shades of Electric Blue #76EDED

Tints of Electric Blue #76EDED

RGB

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

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

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

R = 19.93%
G = 40.03%
B = 40.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76EDED (or 0x76EDED) is known color: Electric Blue. HEX triplet: 76, ED and ED. RGB value is (118,237,237). Sum of RGB (Red+Green+Blue) = 118+237+237=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #76EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EDED is #891212. Grayscale: #C9C9C9. Windows color (decimal): -8983059 or 15592822. OLE color: 15592822.

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

Color convert

RGB 118 237 237 -
CMYK 0.50 0 0 0.07
HSL 180º 0.77% 0.7% -
HSV(B) 180º 0.5% 0.93% -
XYZ 53.04 70.53 90.94 -
YUV 201.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 118 237 237 0.50 0 0 0.07 180 0.77 0.7
Hex 76 ED ED 32 0 0 7 B4 4D 46
Octal 166 355 355 62 0 0 7 264 115 106
Binary 1110110 11101101 11101101 110010 0 0 111 10110100 1001101 1000110

Color Harmonies of #76EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDED

Black with #76EDED

Text Example


Text Example

White with #76EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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