Html Css Color HEX #76EDEF Electric Blue

📋 copy color: '#76EDEF'

red 118 ◦ green 237 ◦ blue 239

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

Shades of Electric Blue #76EDEF

Tints of Electric Blue #76EDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 19.87%
G = 39.9%
B = 40.24%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#76EDEF (or 0x76EDEF) is known color: Electric Blue. HEX triplet: 76, ED and EF. RGB value is (118,237,239). Sum of RGB (Red+Green+Blue) = 118+237+239=594 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.87% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #76EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EDEF is #891210. Grayscale: #C9C9C9. Windows color (decimal): -8983057 or 15723894. OLE color: 15723894.

HSL color Cylindrical-coordinate representation of color #76EDEF: hue angle of 180.99º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EDEF is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 237 239 -
CMYK 0.51 0.01 0 0.06
HSL 180.99º 0.79% 0.7% -
HSV(B) 180.99º 0.51% 0.94% -
XYZ 53.34 70.65 92.49 -
YUV 201.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 118 237 239 0.51 0.01 0 0.06 180.99 0.79 0.7
Hex 76 ED EF 33 1 0 6 B5 4F 46
Octal 166 355 357 63 1 0 6 265 117 106
Binary 1110110 11101101 11101111 110011 1 0 110 10110101 1001111 1000110

Color Harmonies of #76EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDEF

Black with #76EDEF

Text Example


Text Example

White with #76EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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