Html Css Color HEX #80F4FF Electric Blue

📋 copy color: '#80F4FF'

red 128 ◦ green 244 ◦ blue 255

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

Shades of Electric Blue #80F4FF

Tints of Electric Blue #80F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.92%

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

R = 20.41%
G = 38.92%
B = 40.67%

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

#80F4FF (or 0x80F4FF) is known color: Electric Blue. HEX triplet: 80, F4 and FF. RGB value is (128,244,255). Sum of RGB (Red+Green+Blue) = 128+244+255=627 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.41% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F4FF is #7F0B00. Grayscale: #D2D2D2. Windows color (decimal): -8325889 or 16774272. OLE color: 16774272.

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

Color convert

RGB 128 244 255 -
CMYK 0.50 0.04 0 0
HSL 185.2º 1% 0.75% -
HSV(B) 185.2º 0.5% 1% -
XYZ 59.3 76.51 106.25 -
YUV 210.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 128 244 255 0.50 0.04 0 0 185.2 1 0.75
Hex 80 F4 FF 32 4 0 0 B9 64 4B
Octal 200 364 377 62 4 0 0 271 144 113
Binary 10000000 11110100 11111111 110010 100 0 0 10111001 1100100 1001011

Color Harmonies of #80F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F4FF

Black with #80F4FF

Text Example


Text Example

White with #80F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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