#80CDED

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

Shades of Sky Blue #80CDED

Tints of Sky Blue #80CDED

Color information

#80CDED (or 0x80CDED) is unknown color: approx Sky Blue. HEX triplet: 80, CD and ED. RGB value is (128,205,237). Sum of RGB (Red+Green+Blue) = 128+205+237=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #80CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDED is #7F3212. Grayscale: #B9B9B9. Windows color (decimal): -8335891 or 15584640. OLE color: 15584640.

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

Color convert

RGB128205237-
CMYK0.460.1400.07
HSL197.61º75.17%71.57%-
HSV(B)197.61º45.99%92.94%-
XYZ46.0254.3788.19-
YUV185.62156.9986.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.46%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=22.46%
G=35.96%
B=41.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282052370.460.1400.07197.6175.1771.57
Hex80CDED2EE07c64b48
Octal200315355561607306113110
Binary100000001100110111101101101110111001111100011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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