#80DAFF

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

Shades of Light Sky Blue #80DAFF

Tints of Light Sky Blue #80DAFF

Color information

#80DAFF (or 0x80DAFF) is unknown color: approx Light Sky Blue. HEX triplet: 80, DA and FF. RGB value is (128,218,255). Sum of RGB (Red+Green+Blue) = 128+218+255=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DAFF is #7F2500. Grayscale: #C3C3C3. Windows color (decimal): -8332545 or 16767616. OLE color: 16767616.

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

Color convert

RGB128218255-
CMYK0.500.1500
HSL197.48º100%75.1%-
HSV(B)197.48º49.8%100%-
XYZ52.0261.95103.82-
YUV195.31161.6879.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.30%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 255 (100% from 255) = 42.43%
R=21.30%
G=36.27%
B=42.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282182550.500.1500197.4810075.1
Hex80DAFF32F00c5644b
Octal200332377621700305144113
Binary1000000011011010111111111100101111001100010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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