#209AB1

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

Shades of Pelorous #209AB1

Tints of Pelorous #209AB1

Color information

#209AB1 (or 0x209AB1) is unknown color: approx Pelorous. HEX triplet: 20, 9A and B1. RGB value is (32,154,177). Sum of RGB (Red+Green+Blue) = 32+154+177=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #209AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209AB1 is #DF654E. Grayscale: #777777. Windows color (decimal): -14640463 or 11639328. OLE color: 11639328.

HSL color Cylindrical-coordinate representation of color #209AB1: hue angle of 189.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #209AB1 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB32154177-
CMYK0.820.1300.31
HSL189.52º69.38%40.98%-
HSV(B)189.52º81.92%69.41%-
XYZ20.0926.5945.67-
YUV120.14160.0865.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.82%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=8.82%
G=42.42%
B=48.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321541770.820.1300.31189.5269.3840.98
Hex209AB152D01Fbe4529
Octal402322611221503727610551
Binary100000100110101011000110100101101011111101111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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