Html Css Color HEX #80F5FF Electric Blue

📋 copy color: '#80F5FF'

red 128 ◦ green 245 ◦ blue 255

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

Shades of Electric Blue #80F5FF

Tints of Electric Blue #80F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.01%

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

R = 20.38%
G = 39.01%
B = 40.61%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80F5FF (or 0x80F5FF) is known color: Electric Blue. HEX triplet: 80, F5 and FF. RGB value is (128,245,255). Sum of RGB (Red+Green+Blue) = 128+245+255=628 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.38% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F5FF is #7F0A00. Grayscale: #D3D3D3. Windows color (decimal): -8325633 or 16774528. OLE color: 16774528.

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

Color convert

RGB 128 245 255 -
CMYK 0.50 0.04 0 0
HSL 184.72º 1% 0.75% -
HSV(B) 184.72º 0.5% 1% -
XYZ 59.6 77.11 106.35 -
YUV 211.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 128 245 255 0.50 0.04 0 0 184.72 1 0.75
Hex 80 F5 FF 32 4 0 0 B9 64 4B
Octal 200 365 377 62 4 0 0 271 144 113
Binary 10000000 11110101 11111111 110010 100 0 0 10111001 1100100 1001011

Color Harmonies of #80F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F5FF

Black with #80F5FF

Text Example


Text Example

White with #80F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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