#209AA9

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

Shades of Pelorous #209AA9

Tints of Pelorous #209AA9

Color information

#209AA9 (or 0x209AA9) is unknown color: approx Pelorous. HEX triplet: 20, 9A and A9. RGB value is (32,154,169). Sum of RGB (Red+Green+Blue) = 32+154+169=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 169 - color contains mainly: blue. Hex color #209AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209AA9 is #DF6556. Grayscale: #777777. Windows color (decimal): -14640471 or 11115040. OLE color: 11115040.

HSL color Cylindrical-coordinate representation of color #209AA9: hue angle of 186.57º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #209AA9 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB32154169-
CMYK0.810.0900.34
HSL186.57º68.16%39.41%-
HSV(B)186.57º81.07%66.27%-
XYZ19.3126.2841.59-
YUV119.23156.0865.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 154 (60.55% from 255) = 43.38%
BLUE value IS 169 (66.41% from 255) = 47.61%
R=9.01%
G=43.38%
B=47.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321541690.810.0900.34186.5768.1639.41
Hex209AA9519022bb4427
Octal402322511211104227310447
Binary1000001001101010101001101000110010100010101110111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209AA9; }

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

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

<style>
 a { background-color: #209AA9; }

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

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

<style>
 span { border-color: #209AA9; }

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

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