#209DBA

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

Shades of Pelorous #209DBA

Tints of Pelorous #209DBA

Color information

#209DBA (or 0x209DBA) is unknown color: approx Pelorous. HEX triplet: 20, 9D and BA. RGB value is (32,157,186). Sum of RGB (Red+Green+Blue) = 32+157+186=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #209DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209DBA is #DF6245. Grayscale: #7A7A7A. Windows color (decimal): -14639686 or 12229920. OLE color: 12229920.

HSL color Cylindrical-coordinate representation of color #209DBA: hue angle of 191.3º 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 #209DBA is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB32157186-
CMYK0.830.1600.27
HSL191.3º70.64%42.75%-
HSV(B)191.3º82.8%72.94%-
XYZ21.5227.9750.72-
YUV122.93163.5963.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.53%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=8.53%
G=41.87%
B=49.6%

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
Decimal321571860.830.1600.27191.370.6442.75
Hex209DBA531001Bbf472b
Octal402352721232003327710753
Binary1000001001110110111010101001110000011011101111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,157,186); }

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

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

 a { background-color: rgb(32,157,186); }

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

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

 span { border-color: rgb(32,157,186); }

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