#80DDFF

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

Shades of Light Sky Blue #80DDFF

Tints of Light Sky Blue #80DDFF

Color information

#80DDFF (or 0x80DDFF) is unknown color: approx Light Sky Blue. HEX triplet: 80, DD and FF. RGB value is (128,221,255). Sum of RGB (Red+Green+Blue) = 128+221+255=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #80DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDFF is #7F2200. Grayscale: #C4C4C4. Windows color (decimal): -8331777 or 16768384. OLE color: 16768384.

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

Color convert

RGB128221255-
CMYK0.500.1300
HSL196.06º100%75.1%-
HSV(B)196.06º49.8%100%-
XYZ52.8163.52104.09-
YUV197.07160.6978.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.19%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 255 (100% from 255) = 42.22%
R=21.19%
G=36.59%
B=42.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282212550.500.1300196.0610075.1
Hex80DDFF32D00c4644b
Octal200335377621500304144113
Binary1000000011011101111111111100101101001100010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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