#80D3FD

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

Shades of Light Sky Blue #80D3FD

Tints of Light Sky Blue #80D3FD

Color information

#80D3FD (or 0x80D3FD) is unknown color: approx Light Sky Blue. HEX triplet: 80, D3 and FD. RGB value is (128,211,253). Sum of RGB (Red+Green+Blue) = 128+211+253=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #80D3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D3FD is #7F2C02. Grayscale: #BEBEBE. Windows color (decimal): -8334339 or 16634752. OLE color: 16634752.

HSL color Cylindrical-coordinate representation of color #80D3FD: hue angle of 200.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D3FD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128211253-
CMYK0.490.1700.01
HSL200.16º96.9%74.71%-
HSV(B)200.16º49.41%99.22%-
XYZ49.9358.27101.54-
YUV190.9716383.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.62%
GREEN value IS 211 (82.81% from 255) = 35.64%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=21.62%
G=35.64%
B=42.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282112530.490.1700.01200.1696.974.71
Hex80D3FD311101c8614b
Octal200323375612101310141113
Binary10000000110100111111110111000110001011100100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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