Html Css Color HEX #80F8FE Electric Blue

📋 copy color: '#80F8FE'

red 128 ◦ green 248 ◦ blue 254

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

Shades of Electric Blue #80F8FE

Tints of Electric Blue #80F8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.37%

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

R = 20.32%
G = 39.37%
B = 40.32%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80F8FE (or 0x80F8FE) is known color: Electric Blue. HEX triplet: 80, F8 and FE. RGB value is (128,248,254). Sum of RGB (Red+Green+Blue) = 128+248+254=630 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.32% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #80F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F8FE is #7F0701. Grayscale: #D4D4D4. Windows color (decimal): -8324866 or 16709760. OLE color: 16709760.

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

Color convert

RGB 128 248 254 -
CMYK 0.50 0.02 0 0.00
HSL 182.86º 0.98% 0.75% -
HSV(B) 182.86º 0.5% 1% -
XYZ 60.36 78.88 105.81 -
YUV 212.8 151.24 67.51 -
System Red Green Blue C M Y K H S L
Decimal 128 248 254 0.50 0.02 0 0.00 182.86 0.98 0.75
Hex 80 F8 FE 32 2 0 0 B7 62 4B
Octal 200 370 376 62 2 0 0 267 142 113
Binary 10000000 11111000 11111110 110010 10 0 0 10110111 1100010 1001011

Color Harmonies of #80F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F8FE

Black with #80F8FE

Text Example


Text Example

White with #80F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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