Html Css Color HEX #80EDFF Electric Blue

📋 copy color: '#80EDFF'

red 128 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #80EDFF

Tints of Electric Blue #80EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.23%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 20.65%
G = 38.23%
B = 41.13%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80EDFF (or 0x80EDFF) is known color: Electric Blue. HEX triplet: 80, ED and FF. RGB value is (128,237,255). Sum of RGB (Red+Green+Blue) = 128+237+255=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #80EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EDFF is #7F1200. Grayscale: #CECECE. Windows color (decimal): -8327681 or 16772480. OLE color: 16772480.

HSL color Cylindrical-coordinate representation of color #80EDFF: hue angle of 188.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80EDFF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 237 255 -
CMYK 0.50 0.07 0 0
HSL 188.5º 1% 0.75% -
HSV(B) 188.5º 0.5% 1% -
XYZ 57.24 72.38 105.56 -
YUV 206.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 128 237 255 0.50 0.07 0 0 188.5 1 0.75
Hex 80 ED FF 32 7 0 0 BD 64 4B
Octal 200 355 377 62 7 0 0 275 144 113
Binary 10000000 11101101 11111111 110010 111 0 0 10111101 1100100 1001011

Color Harmonies of #80EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDFF

Black with #80EDFF

Text Example


Text Example

White with #80EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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