#80FCFD

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

Shades of Electric Blue #80FCFD

Tints of Electric Blue #80FCFD

Color information

#80FCFD (or 0x80FCFD) is unknown color: approx Electric Blue. HEX triplet: 80, FC and FD. RGB value is (128,252,253). Sum of RGB (Red+Green+Blue) = 128+252+253=633 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.22% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #80FCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FCFD is #7F0302. Grayscale: #D6D6D6. Windows color (decimal): -8323843 or 16645248. OLE color: 16645248.

HSL color Cylindrical-coordinate representation of color #80FCFD: hue angle of 180.48º degrees, saturation: 0.97, 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 #80FCFD is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128252253-
CMYK0.490.0000.01
HSL180.48º96.9%74.71%-
HSV(B)180.48º49.41%99.22%-
XYZ61.4481.3105.38-
YUV215.04149.4265.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.22%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=20.22%
G=39.81%
B=39.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282522530.490.0000.01180.4896.974.71
Hex80FCFD31001b4614b
Octal20037437561001264141113
Binary1000000011111100111111011100010011011010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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