#209bb9

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

Shades of Pelorous #209BB9

Tints of Pelorous #209BB9

Color information

#209BB9 (or 0x209BB9) is unknown color: approx Pelorous. HEX triplet: 20, 9B and B9. RGB value is (32,155,185). Sum of RGB (Red+Green+Blue) = 32+155+185=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #209BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BB9 is #DF6446. Grayscale: #797979. Windows color (decimal): -14640199 or 12163872. OLE color: 12163872.

HSL color Cylindrical-coordinate representation of color #209BB9: hue angle of 191.76º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209BB9 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB32155185-
CMYK0.830.1600.27
HSL191.76º70.51%42.55%-
HSV(B)191.76º82.7%72.55%-
XYZ21.0727.2550.05-
YUV121.64163.7564.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.60%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 185 (72.66% from 255) = 49.73%
R=8.60%
G=41.67%
B=49.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal321551850.830.1600.27191.7670.5142.55
Hex209BB9531001Bc0472b
Octal402332711232003330010753
Binary1000001001101110111001101001110000011011110000001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209bb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,155,185); }

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

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

 a { background-color: rgb(32,155,185); }

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

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

 span { border-color: rgb(32,155,185); }

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