#80DAF5

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

Shades of Sky Blue #80DAF5

Tints of Sky Blue #80DAF5

Color information

#80DAF5 (or 0x80DAF5) is unknown color: approx Sky Blue. HEX triplet: 80, DA and F5. RGB value is (128,218,245). Sum of RGB (Red+Green+Blue) = 128+218+245=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #80DAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DAF5 is #7F250A. Grayscale: #C1C1C1. Windows color (decimal): -8332555 or 16112256. OLE color: 16112256.

HSL color Cylindrical-coordinate representation of color #80DAF5: hue angle of 193.85º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80DAF5 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128218245-
CMYK0.480.1100.04
HSL193.85º85.4%73.14%-
HSV(B)193.85º47.76%96.08%-
XYZ50.4561.3295.56-
YUV194.17156.6880.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.66%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 245 (96.09% from 255) = 41.46%
R=21.66%
G=36.89%
B=41.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282182450.480.1100.04193.8585.473.14
Hex80DAF530B04c25549
Octal200332365601304302125111
Binary100000001101101011110101110000101101001100001010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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