#80f0fc

Color #80F0FC Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #80F0FC

Tints of Electric Blue #80F0FC

Color information

#80F0FC (or 0x80F0FC) is unknown color: approx Electric Blue. HEX triplet: 80, F0 and FC. RGB value is (128,240,252). Sum of RGB (Red+Green+Blue) = 128+240+252=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #80F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F0FC is #7F0F03. Grayscale: #CFCFCF. Windows color (decimal): -8326916 or 16576640. OLE color: 16576640.

HSL color Cylindrical-coordinate representation of color #80F0FC: hue angle of 185.81º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F0FC is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128240252-
CMYK0.490.0500.01
HSL185.81º95.38%74.51%-
HSV(B)185.81º49.21%98.82%-
XYZ57.6373.94103.33-
YUV207.88152.8971.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.65%
GREEN value IS 240 (94.14% from 255) = 38.71%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=20.65%
G=38.71%
B=40.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282402520.490.0500.01185.8195.3874.51
Hex80F0FC31501ba5f4b
Octal20036037461501272137113
Binary100000001111000011111100110001101011011101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80f0fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80f0fc;
 }
 .AnyTagClassName
 {
   color: #80f0fc;
 }
</style>
background-color css

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

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

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

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

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

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