#80D3F5

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

Shades of Light Sky Blue #80D3F5

Tints of Light Sky Blue #80D3F5

Color information

#80D3F5 (or 0x80D3F5) is unknown color: approx Light Sky Blue. HEX triplet: 80, D3 and F5. RGB value is (128,211,245). Sum of RGB (Red+Green+Blue) = 128+211+245=584 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.92% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #80D3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D3F5 is #7F2C0A. Grayscale: #BDBDBD. Windows color (decimal): -8334347 or 16110464. OLE color: 16110464.

HSL color Cylindrical-coordinate representation of color #80D3F5: hue angle of 197.44º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80D3F5 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128211245-
CMYK0.480.1400.04
HSL197.44º85.4%73.14%-
HSV(B)197.44º47.76%96.08%-
XYZ48.6857.7794.97-
YUV190.0615983.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.92%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=21.92%
G=36.13%
B=41.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282112450.480.1400.04197.4485.473.14
Hex80D3F530E04c55549
Octal200323365601604305125111
Binary100000001101001111110101110000111001001100010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,211,245); }

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

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

 a { background-color: rgb(128,211,245); }

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

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

 span { border-color: rgb(128,211,245); }

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