#20A0D9

Color #20A0D9 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #20A0D9

Tints of Summer Sky #20A0D9

Color information

#20A0D9 (or 0x20A0D9) is unknown color: approx Summer Sky. HEX triplet: 20, A0 and D9. RGB value is (32,160,217). Sum of RGB (Red+Green+Blue) = 32+160+217=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #20A0D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A0D9 is #DF5F26. Grayscale: #7F7F7F. Windows color (decimal): -14638887 or 14262304. OLE color: 14262304.

HSL color Cylindrical-coordinate representation of color #20A0D9: hue angle of 198.49º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20A0D9 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB32160217-
CMYK0.850.2600.15
HSL198.49º74.3%48.82%-
HSV(B)198.49º85.25%85.1%-
XYZ25.6930.4670.17-
YUV128.23178.0959.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.82%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 217 (85.16% from 255) = 53.06%
R=7.82%
G=39.12%
B=53.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal321602170.850.2600.15198.4974.348.82
Hex20A0D9551A0Fc64a31
Octal402403311253201730611261
Binary100000101000001101100110101011101001111110001101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20A0D9; }

 p { color: rgb(32,160,217); }

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

<style>
 a { background-color: #20A0D9; }

 a { background-color: rgb(32,160,217); }

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

<style>
 span { border-color: #20A0D9; }

 span { border-color: rgb(32,160,217); }

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