#80CAFB

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

Shades of Light Sky Blue #80CAFB

Tints of Light Sky Blue #80CAFB

Color information

#80CAFB (or 0x80CAFB) is unknown color: approx Light Sky Blue. HEX triplet: 80, CA and FB. RGB value is (128,202,251). Sum of RGB (Red+Green+Blue) = 128+202+251=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #80CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CAFB is #7F3504. Grayscale: #B9B9B9. Windows color (decimal): -8336645 or 16501376. OLE color: 16501376.

HSL color Cylindrical-coordinate representation of color #80CAFB: hue angle of 203.9º 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 #80CAFB is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128202251-
CMYK0.490.2000.02
HSL203.9º93.89%74.31%-
HSV(B)203.9º49%98.43%-
XYZ47.4453.899.15-
YUV185.46164.9887.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.03%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=22.03%
G=34.77%
B=43.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282022510.490.2000.02203.993.8974.31
Hex80CAFB311402cc5e4a
Octal200312373612402314136112
Binary100000001100101011111011110001101000101100110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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