Html Css Color HEX #80FAFA Electric Blue

📋 copy color: '#80FAFA'

red 128 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #80FAFA

Tints of Electric Blue #80FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.81%

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 20.38%
G = 39.81%
B = 39.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80FAFA (or 0x80FAFA) is known color: Electric Blue. HEX triplet: 80, FA and FA. RGB value is (128,250,250). Sum of RGB (Red+Green+Blue) = 128+250+250=628 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.38% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #80FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAFA is #7F0505. Grayscale: #D5D5D5. Windows color (decimal): -8324358 or 16448128. OLE color: 16448128.

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

Color convert

RGB 128 250 250 -
CMYK 0.49 0 0 0.02
HSL 180º 0.92% 0.74% -
HSV(B) 180º 0.49% 0.98% -
XYZ 60.34 79.86 102.68 -
YUV 213.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 128 250 250 0.49 0 0 0.02 180 0.92 0.74
Hex 80 FA FA 31 0 0 2 B4 5C 4A
Octal 200 372 372 61 0 0 2 264 134 112
Binary 10000000 11111010 11111010 110001 0 0 10 10110100 1011100 1001010

Color Harmonies of #80FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAFA

Black with #80FAFA

Text Example


Text Example

White with #80FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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