#80F6FF

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

Shades of Electric Blue #80F6FF

Tints of Electric Blue #80F6FF

Color information

#80F6FF (or 0x80F6FF) is unknown color: approx Electric Blue. HEX triplet: 80, F6 and FF. RGB value is (128,246,255). Sum of RGB (Red+Green+Blue) = 128+246+255=629 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.35% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F6FF is #7F0900. Grayscale: #D3D3D3. Windows color (decimal): -8325377 or 16774784. OLE color: 16774784.

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

Color convert

RGB128246255-
CMYK0.500.0400
HSL184.25º100%75.1%-
HSV(B)184.25º49.8%100%-
XYZ59.9177.72106.45-
YUV211.74152.4168.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.35%
GREEN value IS 246 (96.48% from 255) = 39.11%
BLUE value IS 255 (100% from 255) = 40.54%
R=20.35%
G=39.11%
B=40.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282462550.500.0400184.2510075.1
Hex80F6FF32400b8644b
Octal20036637762400270144113
Binary100000001111011011111111110010100001011100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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