#159FAC

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

Shades of Pelorous #159FAC

Tints of Pelorous #159FAC

Color information

#159FAC (or 0x159FAC) is unknown color: approx Pelorous. HEX triplet: 15, 9F and AC. RGB value is (21,159,172). Sum of RGB (Red+Green+Blue) = 21+159+172=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #159FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159FAC is #EA6053. Grayscale: #777777. Windows color (decimal): -15360084 or 11312917. OLE color: 11312917.

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

Color convert

RGB21159172-
CMYK0.880.0800.33
HSL185.17º78.24%37.84%-
HSV(B)185.17º87.79%67.45%-
XYZ20.1527.9343.36-
YUV119.22157.7857.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.97%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 172 (67.58% from 255) = 48.86%
R=5.97%
G=45.17%
B=48.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211591720.880.0800.33185.1778.2437.84
Hex159FAC588021b94e26
Octal252372541301004127111646
Binary101011001111110101100101100010000100001101110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,159,172); }

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

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

 a { background-color: rgb(21,159,172); }

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

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

 span { border-color: rgb(21,159,172); }

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