#80D6EB

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

Shades of Sky Blue #80D6EB

Tints of Sky Blue #80D6EB

Color information

#80D6EB (or 0x80D6EB) is unknown color: approx Sky Blue. HEX triplet: 80, D6 and EB. RGB value is (128,214,235). Sum of RGB (Red+Green+Blue) = 128+214+235=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #80D6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D6EB is #7F2914. Grayscale: #BEBEBE. Windows color (decimal): -8333589 or 15455872. OLE color: 15455872.

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

Color convert

RGB128214235-
CMYK0.460.0900.08
HSL191.78º72.79%71.18%-
HSV(B)191.78º45.53%92.16%-
XYZ47.9458.6887.4-
YUV190.68153.0183.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.18%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=22.18%
G=37.09%
B=40.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282142350.460.0900.08191.7872.7971.18
Hex80D6EB2E908c04947
Octal2003263535611010300111107
Binary1000000011010110111010111011101001010001100000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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