Html Css Color HEX #80F0FE Electric Blue

📋 copy color: '#80F0FE'

red 128 ◦ green 240 ◦ blue 254

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

Shades of Electric Blue #80F0FE

Tints of Electric Blue #80F0FE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.59%

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

R = 20.58%
G = 38.59%
B = 40.84%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80F0FE (or 0x80F0FE) is known color: Electric Blue. HEX triplet: 80, F0 and FE. RGB value is (128,240,254). Sum of RGB (Red+Green+Blue) = 128+240+254=622 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.58% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #80F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F0FE is #7F0F01. Grayscale: #CFCFCF. Windows color (decimal): -8326914 or 16707712. OLE color: 16707712.

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

Color convert

RGB 128 240 254 -
CMYK 0.50 0.06 0 0.00
HSL 186.67º 0.98% 0.75% -
HSV(B) 186.67º 0.5% 1% -
XYZ 57.95 74.07 105.01 -
YUV 208.11 153.89 70.86 -
System Red Green Blue C M Y K H S L
Decimal 128 240 254 0.50 0.06 0 0.00 186.67 0.98 0.75
Hex 80 F0 FE 32 6 0 0 BB 62 4B
Octal 200 360 376 62 6 0 0 273 142 113
Binary 10000000 11110000 11111110 110010 110 0 0 10111011 1100010 1001011

Color Harmonies of #80F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F0FE

Black with #80F0FE

Text Example


Text Example

White with #80F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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