#80F9FF

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

Shades of Electric Blue #80F9FF

Tints of Electric Blue #80F9FF

Color information

#80F9FF (or 0x80F9FF) is unknown color: approx Electric Blue. HEX triplet: 80, F9 and FF. RGB value is (128,249,255). Sum of RGB (Red+Green+Blue) = 128+249+255=632 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.25% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F9FF is #7F0600. Grayscale: #D5D5D5. Windows color (decimal): -8324609 or 16775552. OLE color: 16775552.

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

Color convert

RGB128249255-
CMYK0.500.0200
HSL182.83º100%75.1%-
HSV(B)182.83º49.8%100%-
XYZ60.8379.56106.76-
YUV213.5151.4167.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.25%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 255 (100% from 255) = 40.35%
R=20.25%
G=39.40%
B=40.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282492550.500.0200182.8310075.1
Hex80F9FF32200b7644b
Octal20037137762200267144113
Binary10000000111110011111111111001010001011011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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