#20A5DA

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

Shades of Summer Sky #20A5DA

Tints of Summer Sky #20A5DA

Color information

#20A5DA (or 0x20A5DA) is unknown color: approx Summer Sky. HEX triplet: 20, A5 and DA. RGB value is (32,165,218). Sum of RGB (Red+Green+Blue) = 32+165+218=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #20A5DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A5DA is #DF5A25. Grayscale: #828282. Windows color (decimal): -14637606 or 14329120. OLE color: 14329120.

HSL color Cylindrical-coordinate representation of color #20A5DA: hue angle of 197.1º 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 #20A5DA is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB32165218-
CMYK0.850.2400.15
HSL197.1º74.4%49.02%-
HSV(B)197.1º85.32%85.49%-
XYZ26.7132.2871.15-
YUV131.27176.9457.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.71%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 218 (85.55% from 255) = 52.53%
R=7.71%
G=39.76%
B=52.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal321652180.850.2400.15197.174.449.02
Hex20A5DA55180Fc54a31
Octal402453321253001730511261
Binary100000101001011101101010101011100001111110001011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,165,218); }

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

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

 a { background-color: rgb(32,165,218); }

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

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

 span { border-color: rgb(32,165,218); }

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