Html Css Color HEX #80FAFC Electric Blue

📋 copy color: '#80FAFC'

red 128 ◦ green 250 ◦ blue 252

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

Shades of Electric Blue #80FAFC

Tints of Electric Blue #80FAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 20.32%
G = 39.68%
B = 40%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80FAFC (or 0x80FAFC) is known color: Electric Blue. HEX triplet: 80, FA and FC. RGB value is (128,250,252). Sum of RGB (Red+Green+Blue) = 128+250+252=630 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.32% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #80FAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAFC is #7F0503. Grayscale: #D5D5D5. Windows color (decimal): -8324356 or 16579200. OLE color: 16579200.

HSL color Cylindrical-coordinate representation of color #80FAFC: hue angle of 180.97º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FAFC is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 250 252 -
CMYK 0.49 0.01 0 0.01
HSL 180.97º 0.95% 0.75% -
HSV(B) 180.97º 0.49% 0.99% -
XYZ 60.66 79.99 104.34 -
YUV 213.75 149.58 66.84 -
System Red Green Blue C M Y K H S L
Decimal 128 250 252 0.49 0.01 0 0.01 180.97 0.95 0.75
Hex 80 FA FC 31 1 0 1 B5 5F 4B
Octal 200 372 374 61 1 0 1 265 137 113
Binary 10000000 11111010 11111100 110001 1 0 1 10110101 1011111 1001011

Color Harmonies of #80FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAFC

Black with #80FAFC

Text Example


Text Example

White with #80FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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