#169FB5

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

Shades of Pelorous #169FB5

Tints of Pelorous #169FB5

Color information

#169FB5 (or 0x169FB5) is unknown color: approx Pelorous. HEX triplet: 16, 9F and B5. RGB value is (22,159,181). Sum of RGB (Red+Green+Blue) = 22+159+181=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #169FB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169FB5 is #E9604A. Grayscale: #787878. Windows color (decimal): -15294539 or 11902742. OLE color: 11902742.

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

Color convert

RGB22159181-
CMYK0.880.1200.29
HSL188.3º78.33%39.8%-
HSV(B)188.3º87.85%70.98%-
XYZ21.0728.348.07-
YUV120.54162.1157.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.08%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 181 (71.09% from 255) = 50%
R=6.08%
G=43.92%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221591810.880.1200.29188.378.3339.8
Hex169FB558C01Dbc4e28
Octal262372651301403527411650
Binary10110100111111011010110110001100011101101111001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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