#20A9C8

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

Shades of Pelorous #20A9C8

Tints of Pelorous #20A9C8

Color information

#20A9C8 (or 0x20A9C8) is unknown color: approx Pelorous. HEX triplet: 20, A9 and C8. RGB value is (32,169,200). Sum of RGB (Red+Green+Blue) = 32+169+200=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #20A9C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A9C8 is #DF5637. Grayscale: #838383. Windows color (decimal): -14636600 or 13150496. OLE color: 13150496.

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

Color convert

RGB32169200-
CMYK0.840.1600.22
HSL191.07º72.41%45.49%-
HSV(B)191.07º84%78.43%-
XYZ25.2132.8559.66-
YUV131.57166.6156.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.98%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 200 (78.52% from 255) = 49.88%
R=7.98%
G=42.14%
B=49.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal321692000.840.1600.22191.0772.4145.49
Hex20A9C85410016bf482d
Octal402513101242002627711055
Binary1000001010100111001000101010010000010110101111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,169,200); }

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

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

 a { background-color: rgb(32,169,200); }

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

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

 span { border-color: rgb(32,169,200); }

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