#80D5EA

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

Shades of Sky Blue #80D5EA

Tints of Sky Blue #80D5EA

Color information

#80D5EA (or 0x80D5EA) is unknown color: approx Sky Blue. HEX triplet: 80, D5 and EA. RGB value is (128,213,234). Sum of RGB (Red+Green+Blue) = 128+213+234=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #80D5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D5EA is #7F2A15. Grayscale: #BDBDBD. Windows color (decimal): -8333846 or 15390080. OLE color: 15390080.

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

Color convert

RGB128213234-
CMYK0.450.0900.08
HSL191.89º71.62%70.98%-
HSV(B)191.89º45.3%91.76%-
XYZ47.5558.1286.55-
YUV189.98152.8483.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.26%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=22.26%
G=37.04%
B=40.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282132340.450.0900.08191.8971.6270.98
Hex80D5EA2D908c04847
Octal2003253525511010300110107
Binary1000000011010101111010101011011001010001100000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,234); }

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

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

 a { background-color: rgb(128,213,234); }

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

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

 span { border-color: rgb(128,213,234); }

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