Html Css Color HEX #80F3EA Electric Blue

📋 copy color: '#80F3EA'

red 128 ◦ green 243 ◦ blue 234

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

Shades of Electric Blue #80F3EA

Tints of Electric Blue #80F3EA

RGB

 RED value IS 128 (50.39% from 255) = 21.16%

 GREEN value IS 243 (95.31% from 255) = 40.17%

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

R = 21.16%
G = 40.17%
B = 38.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#80F3EA (or 0x80F3EA) is known color: Electric Blue. HEX triplet: 80, F3 and EA. RGB value is (128,243,234). Sum of RGB (Red+Green+Blue) = 128+243+234=605 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.16% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #80F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F3EA is #7F0C15. Grayscale: #CFCFCF. Windows color (decimal): -8326166 or 15397760. OLE color: 15397760.

HSL color Cylindrical-coordinate representation of color #80F3EA: hue angle of 175.3º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F3EA is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 243 234 -
CMYK 0.47 0 0.04 0.05
HSL 175.3º 0.83% 0.73% -
HSV(B) 175.3º 0.47% 0.95% -
XYZ 55.8 74.63 89.31 -
YUV 207.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 128 243 234 0.47 0 0.04 0.05 175.3 0.83 0.73
Hex 80 F3 EA 2F 0 4 5 AF 53 49
Octal 200 363 352 57 0 4 5 257 123 111
Binary 10000000 11110011 11101010 101111 0 100 101 10101111 1010011 1001001

Color Harmonies of #80F3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F3EA

Black with #80F3EA

Text Example


Text Example

White with #80F3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80F3EA; }

 p { color: rgb(128,243,234); }

 H1.HeaderClassName
 {
   color: #80F3EA;
 }
 .AnyTagClassName
 {
   color: #80F3EA;
 }
</style>

background-color css

<style>
 a { background-color: #80F3EA; }

 a { background-color: rgb(128,243,234); }

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

border-color css

<style>
 span { border-color: #80F3EA; }

 span { border-color: rgb(128,243,234); }

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