#80DBFF

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

Shades of Light Sky Blue #80DBFF

Tints of Light Sky Blue #80DBFF

Color information

#80DBFF (or 0x80DBFF) is unknown color: approx Light Sky Blue. HEX triplet: 80, DB and FF. RGB value is (128,219,255). Sum of RGB (Red+Green+Blue) = 128+219+255=602 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.26% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBFF is #7F2400. Grayscale: #C3C3C3. Windows color (decimal): -8332289 or 16767872. OLE color: 16767872.

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

Color convert

RGB128219255-
CMYK0.500.1400
HSL197.01º100%75.1%-
HSV(B)197.01º49.8%100%-
XYZ52.2862.47103.91-
YUV195.9161.3579.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.26%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 255 (100% from 255) = 42.36%
R=21.26%
G=36.38%
B=42.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282192550.500.1400197.0110075.1
Hex80DBFF32E00c5644b
Octal200333377621600305144113
Binary1000000011011011111111111100101110001100010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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