#20A6BC

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

Shades of Pelorous #20A6BC

Tints of Pelorous #20A6BC

Color information

#20A6BC (or 0x20A6BC) is unknown color: approx Pelorous. HEX triplet: 20, A6 and BC. RGB value is (32,166,188). Sum of RGB (Red+Green+Blue) = 32+166+188=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #20A6BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A6BC is #DF5943. Grayscale: #808080. Windows color (decimal): -14637380 or 12363296. OLE color: 12363296.

HSL color Cylindrical-coordinate representation of color #20A6BC: hue angle of 188.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20A6BC is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB32166188-
CMYK0.830.1200.26
HSL188.46º70.91%43.14%-
HSV(B)188.46º82.98%73.73%-
XYZ23.3131.2152.37-
YUV128.44161.6159.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.29%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=8.29%
G=43.01%
B=48.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal321661880.830.1200.26188.4670.9143.14
Hex20A6BC53C01Abc472b
Octal402462741231403227410753
Binary100000101001101011110010100111100011010101111001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,166,188); }

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

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

 a { background-color: rgb(32,166,188); }

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

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

 span { border-color: rgb(32,166,188); }

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