Html Css Color HEX #76F2E7 Electric Blue

📋 copy color: '#76F2E7'

red 118 ◦ green 242 ◦ blue 231

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

Shades of Electric Blue #76F2E7

Tints of Electric Blue #76F2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.09%

R = 19.97%
G = 40.95%
B = 39.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#76F2E7 (or 0x76F2E7) is known color: Electric Blue. HEX triplet: 76, F2 and E7. RGB value is (118,242,231). Sum of RGB (Red+Green+Blue) = 118+242+231=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2E7 is #890D18. Grayscale: #CBCBCB. Windows color (decimal): -8981785 or 15200886. OLE color: 15200886.

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

Color convert

RGB 118 242 231 -
CMYK 0.51 0 0.05 0.05
HSL 174.68º 0.83% 0.71% -
HSV(B) 174.68º 0.51% 0.95% -
XYZ 53.65 73.13 86.89 -
YUV 203.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 118 242 231 0.51 0 0.05 0.05 174.68 0.83 0.71
Hex 76 F2 E7 33 0 5 5 AF 53 47
Octal 166 362 347 63 0 5 5 257 123 107
Binary 1110110 11110010 11100111 110011 0 101 101 10101111 1010011 1000111

Color Harmonies of #76F2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F2E7

Black with #76F2E7

Text Example


Text Example

White with #76F2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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