#80DCF7

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

Shades of Sky Blue #80DCF7

Tints of Sky Blue #80DCF7

Color information

#80DCF7 (or 0x80DCF7) is unknown color: approx Sky Blue. HEX triplet: 80, DC and F7. RGB value is (128,220,247). Sum of RGB (Red+Green+Blue) = 128+220+247=595 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.51% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #80DCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCF7 is #7F2308. Grayscale: #C3C3C3. Windows color (decimal): -8332041 or 16243840. OLE color: 16243840.

HSL color Cylindrical-coordinate representation of color #80DCF7: hue angle of 193.61º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80DCF7 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB128220247-
CMYK0.480.1100.03
HSL193.61º88.15%73.53%-
HSV(B)193.61º48.18%96.86%-
XYZ51.2862.4997.35-
YUV195.57157.0279.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.51%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 247 (96.88% from 255) = 41.51%
R=21.51%
G=36.97%
B=41.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1282202470.480.1100.03193.6188.1573.53
Hex80DCF730B03c2584a
Octal200334367601303302130112
Binary10000000110111001111011111000010110111100001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,220,247); }

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

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

 a { background-color: rgb(128,220,247); }

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

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

 span { border-color: rgb(128,220,247); }

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