#20B0DF

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

Shades of Summer Sky #20B0DF

Tints of Summer Sky #20B0DF

Color information

#20B0DF (or 0x20B0DF) is unknown color: approx Summer Sky. HEX triplet: 20, B0 and DF. RGB value is (32,176,223). Sum of RGB (Red+Green+Blue) = 32+176+223=431 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.42% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #20B0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B0DF is #DF4F20. Grayscale: #898989. Windows color (decimal): -14634785 or 14659616. OLE color: 14659616.

HSL color Cylindrical-coordinate representation of color #20B0DF: hue angle of 194.76º 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 #20B0DF is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB32176223-
CMYK0.860.2100.13
HSL194.76º74.9%50%-
HSV(B)194.76º85.65%87.45%-
XYZ29.4436.6975.34-
YUV138.3175.7952.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.42%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 223 (87.5% from 255) = 51.74%
R=7.42%
G=40.84%
B=51.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal321762230.860.2100.13194.7674.950
Hex20B0DF56150Dc34b32
Octal402603371262501530311362
Binary100000101100001101111110101101010101101110000111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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