#80DCFF

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

Shades of Light Sky Blue #80DCFF

Tints of Light Sky Blue #80DCFF

Color information

#80DCFF (or 0x80DCFF) is unknown color: approx Light Sky Blue. HEX triplet: 80, DC and FF. RGB value is (128,220,255). Sum of RGB (Red+Green+Blue) = 128+220+255=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCFF is #7F2300. Grayscale: #C4C4C4. Windows color (decimal): -8332033 or 16768128. OLE color: 16768128.

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

Color convert

RGB128220255-
CMYK0.500.1400
HSL196.54º100%75.1%-
HSV(B)196.54º49.8%100%-
XYZ52.5563104-
YUV196.48161.0279.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.23%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 255 (100% from 255) = 42.29%
R=21.23%
G=36.48%
B=42.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282202550.500.1400196.5410075.1
Hex80DCFF32E00c5644b
Octal200334377621600305144113
Binary1000000011011100111111111100101110001100010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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