#159FB3

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

Shades of Pelorous #159FB3

Tints of Pelorous #159FB3

Color information

#159FB3 (or 0x159FB3) is unknown color: approx Pelorous. HEX triplet: 15, 9F and B3. RGB value is (21,159,179). Sum of RGB (Red+Green+Blue) = 21+159+179=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #159FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FB3 is #EA604C. Grayscale: #777777. Windows color (decimal): -15360077 or 11771669. OLE color: 11771669.

HSL color Cylindrical-coordinate representation of color #159FB3: hue angle of 187.59º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159FB3 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB21159179-
CMYK0.880.1100.30
HSL187.59º79%39.22%-
HSV(B)187.59º88.27%70.2%-
XYZ20.8428.2146.99-
YUV120.02161.2857.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.85%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=5.85%
G=44.29%
B=49.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal211591790.880.1100.30187.597939.22
Hex159FB358B01Ebc4f27
Octal252372631301303627411747
Binary10101100111111011001110110001011011110101111001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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