#80DAF4

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

Shades of Sky Blue #80DAF4

Tints of Sky Blue #80DAF4

Color information

#80DAF4 (or 0x80DAF4) is unknown color: approx Sky Blue. HEX triplet: 80, DA and F4. RGB value is (128,218,244). Sum of RGB (Red+Green+Blue) = 128+218+244=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #80DAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DAF4 is #7F250B. Grayscale: #C1C1C1. Windows color (decimal): -8332556 or 16046720. OLE color: 16046720.

HSL color Cylindrical-coordinate representation of color #80DAF4: hue angle of 193.45º degrees, saturation: 0.84, 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 #80DAF4 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128218244-
CMYK0.480.1100.04
HSL193.45º84.06%72.94%-
HSV(B)193.45º47.54%95.69%-
XYZ50.361.2694.76-
YUV194.05156.1880.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.69%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 244 (95.70% from 255) = 41.36%
R=21.69%
G=36.95%
B=41.36%

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
Decimal1282182440.480.1100.04193.4584.0672.94
Hex80DAF430B04c15449
Octal200332364601304301124111
Binary100000001101101011110100110000101101001100000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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