#169DA9

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

Shades of Pelorous #169DA9

Tints of Pelorous #169DA9

Color information

#169DA9 (or 0x169DA9) is unknown color: approx Pelorous. HEX triplet: 16, 9D and A9. RGB value is (22,157,169). Sum of RGB (Red+Green+Blue) = 22+157+169=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #169DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169DA9 is #E96256. Grayscale: #757575. Windows color (decimal): -15295063 or 11115798. OLE color: 11115798.

HSL color Cylindrical-coordinate representation of color #169DA9: hue angle of 184.9º 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 #169DA9 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB22157169-
CMYK0.870.0700.34
HSL184.9º76.96%37.45%-
HSV(B)184.9º86.98%66.27%-
XYZ19.5527.1541.75-
YUV118156.7759.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.32%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 169 (66.41% from 255) = 48.56%
R=6.32%
G=45.11%
B=48.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal221571690.870.0700.34184.976.9637.45
Hex169DA9577022b94d25
Octal26235251127704227111545
Binary10110100111011010100110101111110100010101110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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