Html Css Color HEX #80F4FB Electric Blue

📋 copy color: '#80F4FB'

red 128 ◦ green 244 ◦ blue 251

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

Shades of Electric Blue #80F4FB

Tints of Electric Blue #80F4FB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.17%

 BLUE value IS 251 (98.44% from 255) = 40.29%

R = 20.55%
G = 39.17%
B = 40.29%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80F4FB (or 0x80F4FB) is known color: Electric Blue. HEX triplet: 80, F4 and FB. RGB value is (128,244,251). Sum of RGB (Red+Green+Blue) = 128+244+251=623 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.55% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #80F4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F4FB is #7F0B04. Grayscale: #D1D1D1. Windows color (decimal): -8325893 or 16512128. OLE color: 16512128.

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

Color convert

RGB 128 244 251 -
CMYK 0.49 0.03 0 0.02
HSL 183.41º 0.94% 0.74% -
HSV(B) 183.41º 0.49% 0.98% -
XYZ 58.67 76.26 102.89 -
YUV 210.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 128 244 251 0.49 0.03 0 0.02 183.41 0.94 0.74
Hex 80 F4 FB 31 3 0 2 B7 5E 4A
Octal 200 364 373 61 3 0 2 267 136 112
Binary 10000000 11110100 11111011 110001 11 0 10 10110111 1011110 1001010

Color Harmonies of #80F4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F4FB

Black with #80F4FB

Text Example


Text Example

White with #80F4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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