Html Css Color HEX #80F2FE Electric Blue

📋 copy color: '#80F2FE'

red 128 ◦ green 242 ◦ blue 254

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

Shades of Electric Blue #80F2FE

Tints of Electric Blue #80F2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 20.51%
G = 38.78%
B = 40.71%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80F2FE (or 0x80F2FE) is known color: Electric Blue. HEX triplet: 80, F2 and FE. RGB value is (128,242,254). Sum of RGB (Red+Green+Blue) = 128+242+254=624 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.51% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #80F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F2FE is #7F0D01. Grayscale: #D1D1D1. Windows color (decimal): -8326402 or 16708224. OLE color: 16708224.

HSL color Cylindrical-coordinate representation of color #80F2FE: hue angle of 185.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F2FE is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 242 254 -
CMYK 0.50 0.05 0 0.00
HSL 185.71º 0.98% 0.75% -
HSV(B) 185.71º 0.5% 1% -
XYZ 58.54 75.25 105.2 -
YUV 209.28 153.23 70.02 -
System Red Green Blue C M Y K H S L
Decimal 128 242 254 0.50 0.05 0 0.00 185.71 0.98 0.75
Hex 80 F2 FE 32 5 0 0 BA 62 4B
Octal 200 362 376 62 5 0 0 272 142 113
Binary 10000000 11110010 11111110 110010 101 0 0 10111010 1100010 1001011

Color Harmonies of #80F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F2FE

Black with #80F2FE

Text Example


Text Example

White with #80F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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