#80D1EC

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

Shades of Sky Blue #80D1EC

Tints of Sky Blue #80D1EC

Color information

#80D1EC (or 0x80D1EC) is unknown color: approx Sky Blue. HEX triplet: 80, D1 and EC. RGB value is (128,209,236). Sum of RGB (Red+Green+Blue) = 128+209+236=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #80D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D1EC is #7F2E13. Grayscale: #BBBBBB. Windows color (decimal): -8334868 or 15520128. OLE color: 15520128.

HSL color Cylindrical-coordinate representation of color #80D1EC: hue angle of 195º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D1EC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128209236-
CMYK0.460.1100.07
HSL195º73.97%71.37%-
HSV(B)195º45.76%92.55%-
XYZ46.8456.2587.74-
YUV187.86155.1685.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.34%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=22.34%
G=36.47%
B=41.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282092360.460.1100.0719573.9771.37
Hex80D1EC2EB07c34a47
Octal200321354561307303112107
Binary100000001101000111101100101110101101111100001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,236); }

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

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

 a { background-color: rgb(128,209,236); }

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

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

 span { border-color: rgb(128,209,236); }

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