#169AB5

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

Shades of Pelorous #169AB5

Tints of Pelorous #169AB5

Color information

#169AB5 (or 0x169AB5) is unknown color: approx Pelorous. HEX triplet: 16, 9A and B5. RGB value is (22,154,181). Sum of RGB (Red+Green+Blue) = 22+154+181=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #169AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169AB5 is #E9654A. Grayscale: #757575. Windows color (decimal): -15295819 or 11901462. OLE color: 11901462.

HSL color Cylindrical-coordinate representation of color #169AB5: hue angle of 190.19º 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 #169AB5 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB22154181-
CMYK0.880.1500.29
HSL190.19º78.33%39.8%-
HSV(B)190.19º87.85%70.98%-
XYZ20.2326.6247.79-
YUV117.61163.7759.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.16%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 181 (71.09% from 255) = 50.70%
R=6.16%
G=43.14%
B=50.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221541810.880.1500.29190.1978.3339.8
Hex169AB558F01Dbe4e28
Octal262322651301703527611650
Binary10110100110101011010110110001111011101101111101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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