Html Css Color HEX #80EBF8 Electric Blue

📋 copy color: '#80EBF8'

red 128 ◦ green 235 ◦ blue 248

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

Shades of Electric Blue #80EBF8

Tints of Electric Blue #80EBF8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.46%

 BLUE value IS 248 (97.27% from 255) = 40.59%

R = 20.95%
G = 38.46%
B = 40.59%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#80EBF8 (or 0x80EBF8) is known color: Electric Blue. HEX triplet: 80, EB and F8. RGB value is (128,235,248). Sum of RGB (Red+Green+Blue) = 128+235+248=611 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.95% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #80EBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EBF8 is #7F1407. Grayscale: #CCCCCC. Windows color (decimal): -8328200 or 16313216. OLE color: 16313216.

HSL color Cylindrical-coordinate representation of color #80EBF8: hue angle of 186.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80EBF8 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 235 248 -
CMYK 0.48 0.05 0 0.03
HSL 186.5º 0.9% 0.74% -
HSV(B) 186.5º 0.48% 0.97% -
XYZ 55.55 70.78 99.54 -
YUV 204.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 128 235 248 0.48 0.05 0 0.03 186.5 0.9 0.74
Hex 80 EB F8 30 5 0 3 BA 5A 4A
Octal 200 353 370 60 5 0 3 272 132 112
Binary 10000000 11101011 11111000 110000 101 0 11 10111010 1011010 1001010

Color Harmonies of #80EBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EBF8

Black with #80EBF8

Text Example


Text Example

White with #80EBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,235,248); }

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

background-color css

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

 a { background-color: rgb(128,235,248); }

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

border-color css

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

 span { border-color: rgb(128,235,248); }

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