#80CDF1

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

Shades of Sky Blue #80CDF1

Tints of Sky Blue #80CDF1

Color information

#80CDF1 (or 0x80CDF1) is unknown color: approx Sky Blue. HEX triplet: 80, CD and F1. RGB value is (128,205,241). Sum of RGB (Red+Green+Blue) = 128+205+241=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #80CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDF1 is #7F320E. Grayscale: #B9B9B9. Windows color (decimal): -8335887 or 15846784. OLE color: 15846784.

HSL color Cylindrical-coordinate representation of color #80CDF1: hue angle of 199.12º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CDF1 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128205241-
CMYK0.470.1500.05
HSL199.12º80.14%72.35%-
HSV(B)199.12º46.89%94.51%-
XYZ46.6154.691.3-
YUV186.08158.9986.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.30%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=22.30%
G=35.71%
B=41.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282052410.470.1500.05199.1280.1472.35
Hex80CDF12FF05c75048
Octal200315361571705307120110
Binary100000001100110111110001101111111101011100011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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