Html Css Color HEX #80FBED Electric Blue

📋 copy color: '#80FBED'

red 128 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #80FBED

Tints of Electric Blue #80FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.75%

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

R = 20.78%
G = 40.75%
B = 38.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#80FBED (or 0x80FBED) is known color: Electric Blue. HEX triplet: 80, FB and ED. RGB value is (128,251,237). Sum of RGB (Red+Green+Blue) = 128+251+237=616 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.78% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBED is #7F0412. Grayscale: #D4D4D4. Windows color (decimal): -8324115 or 15596416. OLE color: 15596416.

HSL color Cylindrical-coordinate representation of color #80FBED: hue angle of 173.17º degrees, saturation: 0.94, 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 #80FBED is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 237 -
CMYK 0.49 0 0.06 0.02
HSL 173.17º 0.94% 0.74% -
HSV(B) 173.17º 0.49% 0.98% -
XYZ 58.69 79.7 92.41 -
YUV 212.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 128 251 237 0.49 0 0.06 0.02 173.17 0.94 0.74
Hex 80 FB ED 31 0 6 2 AD 5E 4A
Octal 200 373 355 61 0 6 2 255 136 112
Binary 10000000 11111011 11101101 110001 0 110 10 10101101 1011110 1001010

Color Harmonies of #80FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBED

Black with #80FBED

Text Example


Text Example

White with #80FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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