Html Css Color HEX #76F2EA Electric Blue

📋 copy color: '#76F2EA'

red 118 ◦ green 242 ◦ blue 234

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

Shades of Electric Blue #76F2EA

Tints of Electric Blue #76F2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.74%

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 19.87%
G = 40.74%
B = 39.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#76F2EA (or 0x76F2EA) is known color: Electric Blue. HEX triplet: 76, F2 and EA. RGB value is (118,242,234). Sum of RGB (Red+Green+Blue) = 118+242+234=594 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.87% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2EA is #890D15. Grayscale: #CBCBCB. Windows color (decimal): -8981782 or 15397494. OLE color: 15397494.

HSL color Cylindrical-coordinate representation of color #76F2EA: hue angle of 176.13º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F2EA is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 242 234 -
CMYK 0.51 0 0.03 0.05
HSL 176.13º 0.83% 0.71% -
HSV(B) 176.13º 0.51% 0.95% -
XYZ 54.07 73.3 89.14 -
YUV 204.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 118 242 234 0.51 0 0.03 0.05 176.13 0.83 0.71
Hex 76 F2 EA 33 0 3 5 B0 53 47
Octal 166 362 352 63 0 3 5 260 123 107
Binary 1110110 11110010 11101010 110011 0 11 101 10110000 1010011 1000111

Color Harmonies of #76F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F2EA

Black with #76F2EA

Text Example


Text Example

White with #76F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,242,234); }

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

background-color css

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

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

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

border-color css

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

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

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