Html Css Color HEX #80F2FB Electric Blue

📋 copy color: '#80F2FB'

red 128 ◦ green 242 ◦ blue 251

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

Shades of Electric Blue #80F2FB

Tints of Electric Blue #80F2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.97%

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

R = 20.61%
G = 38.97%
B = 40.42%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80F2FB (or 0x80F2FB) is known color: Electric Blue. HEX triplet: 80, F2 and FB. RGB value is (128,242,251). Sum of RGB (Red+Green+Blue) = 128+242+251=621 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.61% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #80F2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F2FB is #7F0D04. Grayscale: #D0D0D0. Windows color (decimal): -8326405 or 16511616. OLE color: 16511616.

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

Color convert

RGB 128 242 251 -
CMYK 0.49 0.04 0 0.02
HSL 184.39º 0.94% 0.74% -
HSV(B) 184.39º 0.49% 0.98% -
XYZ 58.07 75.06 102.69 -
YUV 208.94 151.73 70.27 -
System Red Green Blue C M Y K H S L
Decimal 128 242 251 0.49 0.04 0 0.02 184.39 0.94 0.74
Hex 80 F2 FB 31 4 0 2 B8 5E 4A
Octal 200 362 373 61 4 0 2 270 136 112
Binary 10000000 11110010 11111011 110001 100 0 10 10111000 1011110 1001010

Color Harmonies of #80F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F2FB

Black with #80F2FB

Text Example


Text Example

White with #80F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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