#80D8FB

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

Shades of Light Sky Blue #80D8FB

Tints of Light Sky Blue #80D8FB

Color information

#80D8FB (or 0x80D8FB) is unknown color: approx Light Sky Blue. HEX triplet: 80, D8 and FB. RGB value is (128,216,251). Sum of RGB (Red+Green+Blue) = 128+216+251=595 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.51% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #80D8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D8FB is #7F2704. Grayscale: #C1C1C1. Windows color (decimal): -8333061 or 16504960. OLE color: 16504960.

HSL color Cylindrical-coordinate representation of color #80D8FB: hue angle of 197.07º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D8FB is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128216251-
CMYK0.490.1400.02
HSL197.07º93.89%74.31%-
HSV(B)197.07º49%98.43%-
XYZ50.8760.67100.3-
YUV193.68160.3581.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.51%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=21.51%
G=36.30%
B=42.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282162510.490.1400.02197.0793.8974.31
Hex80D8FB31E02c55e4a
Octal200330373611602305136112
Binary10000000110110001111101111000111100101100010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,251); }

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

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

 a { background-color: rgb(128,216,251); }

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

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

 span { border-color: rgb(128,216,251); }

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