#80CEED

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

Shades of Sky Blue #80CEED

Tints of Sky Blue #80CEED

Color information

#80CEED (or 0x80CEED) is unknown color: approx Sky Blue. HEX triplet: 80, CE and ED. RGB value is (128,206,237). Sum of RGB (Red+Green+Blue) = 128+206+237=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #80CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEED is #7F3112. Grayscale: #BABABA. Windows color (decimal): -8335635 or 15584896. OLE color: 15584896.

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

Color convert

RGB128206237-
CMYK0.460.1300.07
HSL197.06º75.17%71.57%-
HSV(B)197.06º45.99%92.94%-
XYZ46.2654.8588.27-
YUV186.21156.6686.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.42%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=22.42%
G=36.08%
B=41.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282062370.460.1300.07197.0675.1771.57
Hex80CEED2ED07c54b48
Octal200316355561507305113110
Binary100000001100111011101101101110110101111100010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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