#169AA9

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

Shades of Pelorous #169AA9

Tints of Pelorous #169AA9

Color information

#169AA9 (or 0x169AA9) is unknown color: approx Pelorous. HEX triplet: 16, 9A and A9. RGB value is (22,154,169). Sum of RGB (Red+Green+Blue) = 22+154+169=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #169AA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169AA9 is #E96556. Grayscale: #747474. Windows color (decimal): -15295831 or 11115030. OLE color: 11115030.

HSL color Cylindrical-coordinate representation of color #169AA9: hue angle of 186.12º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #169AA9 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB22154169-
CMYK0.870.0900.34
HSL186.12º76.96%37.45%-
HSV(B)186.12º86.98%66.27%-
XYZ19.0526.1541.58-
YUV116.24157.7760.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.38%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=6.38%
G=44.64%
B=48.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal221541690.870.0900.34186.1276.9637.45
Hex169AA9579022ba4d25
Octal262322511271104227211545
Binary101101001101010101001101011110010100010101110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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