#209FB5

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

Shades of Pelorous #209FB5

Tints of Pelorous #209FB5

Color information

#209FB5 (or 0x209FB5) is unknown color: approx Pelorous. HEX triplet: 20, 9F and B5. RGB value is (32,159,181). Sum of RGB (Red+Green+Blue) = 32+159+181=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #209FB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209FB5 is #DF604A. Grayscale: #7B7B7B. Windows color (decimal): -14639179 or 11902752. OLE color: 11902752.

HSL color Cylindrical-coordinate representation of color #209FB5: hue angle of 188.86º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #209FB5 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB32159181-
CMYK0.820.1200.29
HSL188.86º69.95%41.76%-
HSV(B)188.86º82.32%70.98%-
XYZ21.3328.4448.08-
YUV123.54160.4262.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.60%
GREEN value IS 159 (62.5% from 255) = 42.74%
BLUE value IS 181 (71.09% from 255) = 48.66%
R=8.60%
G=42.74%
B=48.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal321591810.820.1200.29188.8669.9541.76
Hex209FB552C01Dbd462a
Octal402372651221403527510652
Binary100000100111111011010110100101100011101101111011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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