Html Css Color HEX #80FAED Electric Blue

📋 copy color: '#80FAED'

red 128 ◦ green 250 ◦ blue 237

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

Shades of Electric Blue #80FAED

Tints of Electric Blue #80FAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 20.81%
G = 40.65%
B = 38.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#80FAED (or 0x80FAED) is known color: Electric Blue. HEX triplet: 80, FA and ED. RGB value is (128,250,237). Sum of RGB (Red+Green+Blue) = 128+250+237=615 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.81% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAED is #7F0512. Grayscale: #D3D3D3. Windows color (decimal): -8324371 or 15596160. OLE color: 15596160.

HSL color Cylindrical-coordinate representation of color #80FAED: hue angle of 173.61º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FAED is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 237 -
CMYK 0.49 0 0.05 0.02
HSL 173.61º 0.92% 0.74% -
HSV(B) 173.61º 0.49% 0.98% -
XYZ 58.37 79.07 92.31 -
YUV 212.04 142.08 68.06 -
System Red Green Blue C M Y K H S L
Decimal 128 250 237 0.49 0 0.05 0.02 173.61 0.92 0.74
Hex 80 FA ED 31 0 5 2 AE 5C 4A
Octal 200 372 355 61 0 5 2 256 134 112
Binary 10000000 11111010 11101101 110001 0 101 10 10101110 1011100 1001010

Color Harmonies of #80FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAED

Black with #80FAED

Text Example


Text Example

White with #80FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,250,237); }

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

background-color css

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

 a { background-color: rgb(128,250,237); }

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

border-color css

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

 span { border-color: rgb(128,250,237); }

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