#20BDEF

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

Shades of Summer Sky #20BDEF

Tints of Summer Sky #20BDEF

Color information

#20BDEF (or 0x20BDEF) is unknown color: approx Summer Sky. HEX triplet: 20, BD and EF. RGB value is (32,189,239). Sum of RGB (Red+Green+Blue) = 32+189+239=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #20BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BDEF is #DF4210. Grayscale: #939393. Windows color (decimal): -14631441 or 15711520. OLE color: 15711520.

HSL color Cylindrical-coordinate representation of color #20BDEF: hue angle of 194.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BDEF is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32189239-
CMYK0.870.2100.06
HSL194.49º86.61%53.14%-
HSV(B)194.49º86.61%93.73%-
XYZ34.3742.9388.14-
YUV147.76179.4945.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.96%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=6.96%
G=41.09%
B=51.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321892390.870.2100.06194.4986.6153.14
Hex20BDEF571506c25735
Octal40275357127250630212765
Binary10000010111101111011111010111101010110110000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,189,239); }

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

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

 a { background-color: rgb(32,189,239); }

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

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

 span { border-color: rgb(32,189,239); }

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