Html Css Color HEX #76F5EC Electric Blue

📋 copy color: '#76F5EC'

red 118 ◦ green 245 ◦ blue 236

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

Shades of Electric Blue #76F5EC

Tints of Electric Blue #76F5EC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.9%

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

R = 19.7%
G = 40.9%
B = 39.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#76F5EC (or 0x76F5EC) is known color: Electric Blue. HEX triplet: 76, F5 and EC. RGB value is (118,245,236). Sum of RGB (Red+Green+Blue) = 118+245+236=599 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.70% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #76F5EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F5EC is #890A13. Grayscale: #CDCDCD. Windows color (decimal): -8981012 or 15529334. OLE color: 15529334.

HSL color Cylindrical-coordinate representation of color #76F5EC: hue angle of 175.75º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F5EC is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 245 236 -
CMYK 0.52 0 0.04 0.04
HSL 175.75º 0.86% 0.71% -
HSV(B) 175.75º 0.52% 0.96% -
XYZ 55.26 75.21 90.96 -
YUV 206 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 118 245 236 0.52 0 0.04 0.04 175.75 0.86 0.71
Hex 76 F5 EC 34 0 4 4 B0 56 47
Octal 166 365 354 64 0 4 4 260 126 107
Binary 1110110 11110101 11101100 110100 0 100 100 10110000 1010110 1000111

Color Harmonies of #76F5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F5EC

Black with #76F5EC

Text Example


Text Example

White with #76F5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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