#80D1EB

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

Shades of Sky Blue #80D1EB

Tints of Sky Blue #80D1EB

Color information

#80D1EB (or 0x80D1EB) is unknown color: approx Sky Blue. HEX triplet: 80, D1 and EB. RGB value is (128,209,235). Sum of RGB (Red+Green+Blue) = 128+209+235=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #80D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D1EB is #7F2E14. Grayscale: #BBBBBB. Windows color (decimal): -8334869 or 15454592. OLE color: 15454592.

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

Color convert

RGB128209235-
CMYK0.460.1100.08
HSL194.58º72.79%71.18%-
HSV(B)194.58º45.53%92.16%-
XYZ46.756.1986.98-
YUV187.74154.6685.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.38%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=22.38%
G=36.54%
B=41.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282092350.460.1100.08194.5872.7971.18
Hex80D1EB2EB08c34947
Octal2003213535613010303111107
Binary1000000011010001111010111011101011010001100001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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