#80F2FD

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

Shades of Electric Blue #80F2FD

Tints of Electric Blue #80F2FD

Color information

#80F2FD (or 0x80F2FD) is unknown color: approx Electric Blue. HEX triplet: 80, F2 and FD. RGB value is (128,242,253). Sum of RGB (Red+Green+Blue) = 128+242+253=623 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.55% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #80F2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F2FD is #7F0D02. Grayscale: #D1D1D1. Windows color (decimal): -8326403 or 16642688. OLE color: 16642688.

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

Color convert

RGB128242253-
CMYK0.490.0400.01
HSL185.28º96.9%74.71%-
HSV(B)185.28º49.41%99.22%-
XYZ58.3875.19104.36-
YUV209.17152.7370.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.55%
GREEN value IS 242 (94.92% from 255) = 38.84%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=20.55%
G=38.84%
B=40.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282422530.490.0400.01185.2896.974.71
Hex80F2FD31401b9614b
Octal20036237561401271141113
Binary100000001111001011111101110001100011011100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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