#20afdf

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

Shades of Summer Sky #20AFDF

Tints of Summer Sky #20AFDF

Color information

#20AFDF (or 0x20AFDF) is unknown color: approx Summer Sky. HEX triplet: 20, AF and DF. RGB value is (32,175,223). Sum of RGB (Red+Green+Blue) = 32+175+223=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #20AFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFDF is #DF5020. Grayscale: #898989. Windows color (decimal): -14635041 or 14659360. OLE color: 14659360.

HSL color Cylindrical-coordinate representation of color #20AFDF: hue angle of 195.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AFDF is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB32175223-
CMYK0.860.2200.13
HSL195.08º74.9%50%-
HSV(B)195.08º85.65%87.45%-
XYZ29.2436.2975.28-
YUV137.72176.1252.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.44%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=7.44%
G=40.70%
B=51.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal321752230.860.2200.13195.0874.950
Hex20AFDF56160Dc34b32
Octal402573371262601530311362
Binary100000101011111101111110101101011001101110000111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20afdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,175,223); }

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

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

 a { background-color: rgb(32,175,223); }

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

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

 span { border-color: rgb(32,175,223); }

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