#159BA9

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

Shades of Pelorous #159BA9

Tints of Pelorous #159BA9

Color information

#159BA9 (or 0x159BA9) is unknown color: approx Pelorous. HEX triplet: 15, 9B and A9. RGB value is (21,155,169). Sum of RGB (Red+Green+Blue) = 21+155+169=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 155 (60.94% from 255 or 44.93% 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 #159BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159BA9 is #EA6456. Grayscale: #747474. Windows color (decimal): -15361111 or 11115285. OLE color: 11115285.

HSL color Cylindrical-coordinate representation of color #159BA9: hue angle of 185.68º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159BA9 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB21155169-
CMYK0.880.0800.34
HSL185.68º77.89%37.25%-
HSV(B)185.68º87.57%66.27%-
XYZ19.1926.4741.63-
YUV116.53157.6159.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.09%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=6.09%
G=44.93%
B=48.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal211551690.880.0800.34185.6877.8937.25
Hex159BA9588022ba4e25
Octal252332511301004227211645
Binary101011001101110101001101100010000100010101110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159BA9; }

 p { color: rgb(21,155,169); }

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

<style>
 a { background-color: #159BA9; }

 a { background-color: rgb(21,155,169); }

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

<style>
 span { border-color: #159BA9; }

 span { border-color: rgb(21,155,169); }

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