#80DDF4

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

Shades of Sky Blue #80DDF4

Tints of Sky Blue #80DDF4

Color information

#80DDF4 (or 0x80DDF4) is unknown color: approx Sky Blue. HEX triplet: 80, DD and F4. RGB value is (128,221,244). Sum of RGB (Red+Green+Blue) = 128+221+244=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #80DDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDF4 is #7F220B. Grayscale: #C3C3C3. Windows color (decimal): -8331788 or 16047488. OLE color: 16047488.

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

Color convert

RGB128221244-
CMYK0.480.0900.04
HSL191.9º84.06%72.94%-
HSV(B)191.9º47.54%95.69%-
XYZ51.0962.8395.02-
YUV195.82155.1979.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.59%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 244 (95.70% from 255) = 41.15%
R=21.59%
G=37.27%
B=41.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282212440.480.0900.04191.984.0672.94
Hex80DDF430904c05449
Octal200335364601104300124111
Binary100000001101110111110100110000100101001100000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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