#80CDEA

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

Shades of Sky Blue #80CDEA

Tints of Sky Blue #80CDEA

Color information

#80CDEA (or 0x80CDEA) is unknown color: approx Sky Blue. HEX triplet: 80, CD and EA. RGB value is (128,205,234). Sum of RGB (Red+Green+Blue) = 128+205+234=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #80CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDEA is #7F3215. Grayscale: #B9B9B9. Windows color (decimal): -8335894 or 15388032. OLE color: 15388032.

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

Color convert

RGB128205234-
CMYK0.450.1200.08
HSL196.42º71.62%70.98%-
HSV(B)196.42º45.3%91.76%-
XYZ45.5854.1985.9-
YUV185.28155.4987.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.57%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=22.57%
G=36.16%
B=41.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282052340.450.1200.08196.4271.6270.98
Hex80CDEA2DC08c44847
Octal2003153525514010304110107
Binary1000000011001101111010101011011100010001100010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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