#20B2D7

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

Shades of Summer Sky #20B2D7

Tints of Summer Sky #20B2D7

Color information

#20B2D7 (or 0x20B2D7) is unknown color: approx Summer Sky. HEX triplet: 20, B2 and D7. RGB value is (32,178,215). Sum of RGB (Red+Green+Blue) = 32+178+215=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #20B2D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B2D7 is #DF4D28. Grayscale: #8A8A8A. Windows color (decimal): -14634281 or 14135840. OLE color: 14135840.

HSL color Cylindrical-coordinate representation of color #20B2D7: hue angle of 192.13º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20B2D7 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB32178215-
CMYK0.850.1700.16
HSL192.13º74.09%48.43%-
HSV(B)192.13º85.12%84.31%-
XYZ28.7837.0569.93-
YUV138.56171.1351.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.53%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 215 (84.38% from 255) = 50.59%
R=7.53%
G=41.88%
B=50.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal321782150.850.1700.16192.1374.0948.43
Hex20B2D75511010c04a30
Octal402623271252102030011260
Binary1000001011001011010111101010110001010000110000001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,178,215); }

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

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

 a { background-color: rgb(32,178,215); }

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

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

 span { border-color: rgb(32,178,215); }

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