#80F3FF

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

Shades of Electric Blue #80F3FF

Tints of Electric Blue #80F3FF

Color information

#80F3FF (or 0x80F3FF) is unknown color: approx Electric Blue. HEX triplet: 80, F3 and FF. RGB value is (128,243,255). Sum of RGB (Red+Green+Blue) = 128+243+255=626 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.45% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F3FF is #7F0C00. Grayscale: #D1D1D1. Windows color (decimal): -8326145 or 16774016. OLE color: 16774016.

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

Color convert

RGB128243255-
CMYK0.500.0500
HSL185.67º100%75.1%-
HSV(B)185.67º49.8%100%-
XYZ5975.91106.15-
YUV209.98153.469.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.45%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 255 (100% from 255) = 40.73%
R=20.45%
G=38.82%
B=40.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282432550.500.0500185.6710075.1
Hex80F3FF32500ba644b
Octal20036337762500272144113
Binary100000001111001111111111110010101001011101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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