#159EA9

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

Shades of Pelorous #159EA9

Tints of Pelorous #159EA9

Color information

#159EA9 (or 0x159EA9) is unknown color: approx Pelorous. HEX triplet: 15, 9E and A9. RGB value is (21,158,169). Sum of RGB (Red+Green+Blue) = 21+158+169=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 158 (62.11% from 255 or 45.40% 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 #159EA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159EA9 is #EA6156. Grayscale: #767676. Windows color (decimal): -15360343 or 11116053. OLE color: 11116053.

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

Color convert

RGB21158169-
CMYK0.880.0700.34
HSL184.46º77.89%37.25%-
HSV(B)184.46º87.57%66.27%-
XYZ19.727.4841.8-
YUV118.29156.6158.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.03%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 169 (66.41% from 255) = 48.56%
R=6.03%
G=45.40%
B=48.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal211581690.880.0700.34184.4677.8937.25
Hex159EA9587022b84e25
Octal25236251130704227011645
Binary10101100111101010100110110001110100010101110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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