Html Css Color HEX #80FAFF Electric Blue

📋 copy color: '#80FAFF'

red 128 ◦ green 250 ◦ blue 255

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

Shades of Electric Blue #80FAFF

Tints of Electric Blue #80FAFF

RGB

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

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

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

R = 20.22%
G = 39.49%
B = 40.28%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80FAFF (or 0x80FAFF) is known color: Electric Blue. HEX triplet: 80, FA and FF. RGB value is (128,250,255). Sum of RGB (Red+Green+Blue) = 128+250+255=633 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.22% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #80FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAFF is #7F0500. Grayscale: #D5D5D5. Windows color (decimal): -8324353 or 16775808. OLE color: 16775808.

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

Color convert

RGB 128 250 255 -
CMYK 0.50 0.02 0 0
HSL 182.36º 1% 0.75% -
HSV(B) 182.36º 0.5% 1% -
XYZ 61.14 80.18 106.86 -
YUV 214.09 151.08 66.59 -
System Red Green Blue C M Y K H S L
Decimal 128 250 255 0.50 0.02 0 0 182.36 1 0.75
Hex 80 FA FF 32 2 0 0 B6 64 4B
Octal 200 372 377 62 2 0 0 266 144 113
Binary 10000000 11111010 11111111 110010 10 0 0 10110110 1100100 1001011

Color Harmonies of #80FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAFF

Black with #80FAFF

Text Example


Text Example

White with #80FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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