#20A2C3

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

Shades of Pelorous #20A2C3

Tints of Pelorous #20A2C3

Color information

#20A2C3 (or 0x20A2C3) is unknown color: approx Pelorous. HEX triplet: 20, A2 and C3. RGB value is (32,162,195). Sum of RGB (Red+Green+Blue) = 32+162+195=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #20A2C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A2C3 is #DF5D3C. Grayscale: #7E7E7E. Windows color (decimal): -14638397 or 12821024. OLE color: 12821024.

HSL color Cylindrical-coordinate representation of color #20A2C3: hue angle of 192.15º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20A2C3 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB32162195-
CMYK0.840.1700.24
HSL192.15º71.81%44.51%-
HSV(B)192.15º83.59%76.47%-
XYZ23.3730.0956.21-
YUV126.89166.4360.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.23%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 195 (76.56% from 255) = 50.13%
R=8.23%
G=41.65%
B=50.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal321621950.840.1700.24192.1571.8144.51
Hex20A2C35411018c0482d
Octal402423031242103030011055
Binary1000001010001011000011101010010001011000110000001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,162,195); }

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

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

 a { background-color: rgb(32,162,195); }

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

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

 span { border-color: rgb(32,162,195); }

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