#208BA9

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

Shades of Pelorous #208BA9

Tints of Pelorous #208BA9

Color information

#208BA9 (or 0x208BA9) is unknown color: approx Pelorous. HEX triplet: 20, 8B and A9. RGB value is (32,139,169). Sum of RGB (Red+Green+Blue) = 32+139+169=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #208BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208BA9 is #DF7456. Grayscale: #6E6E6E. Windows color (decimal): -14644311 or 11111200. OLE color: 11111200.

HSL color Cylindrical-coordinate representation of color #208BA9: hue angle of 193.14º 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 #208BA9 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB32139169-
CMYK0.810.1800.34
HSL193.14º68.16%39.41%-
HSV(B)193.14º81.07%66.27%-
XYZ16.9921.6440.82-
YUV110.43161.0572.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.41%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 169 (66.41% from 255) = 49.71%
R=9.41%
G=40.88%
B=49.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321391690.810.1800.34193.1468.1639.41
Hex208BA95112022c14427
Octal402132511212204230110447
Binary10000010001011101010011010001100100100010110000011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208BA9; }

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

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

<style>
 a { background-color: #208BA9; }

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

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

<style>
 span { border-color: #208BA9; }

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

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