#209FAB

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

Shades of Pelorous #209FAB

Tints of Pelorous #209FAB

Color information

#209FAB (or 0x209FAB) is unknown color: approx Pelorous. HEX triplet: 20, 9F and AB. RGB value is (32,159,171). Sum of RGB (Red+Green+Blue) = 32+159+171=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #209FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209FAB is #DF6054. Grayscale: #7A7A7A. Windows color (decimal): -14639189 or 11247392. OLE color: 11247392.

HSL color Cylindrical-coordinate representation of color #209FAB: hue angle of 185.18º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #209FAB is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB32159171-
CMYK0.810.0700.33
HSL185.18º68.47%39.8%-
HSV(B)185.18º81.29%67.06%-
XYZ20.3428.0442.87-
YUV122.4155.4263.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.84%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=8.84%
G=43.92%
B=47.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321591710.810.0700.33185.1868.4739.8
Hex209FAB517021b94428
Octal40237253121704127110450
Binary100000100111111010101110100011110100001101110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,159,171); }

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

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

 a { background-color: rgb(32,159,171); }

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

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

 span { border-color: rgb(32,159,171); }

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