#159BBB

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

Shades of Pelorous #159BBB

Tints of Pelorous #159BBB

Color information

#159BBB (or 0x159BBB) is unknown color: approx Pelorous. HEX triplet: 15, 9B and BB. RGB value is (21,155,187). Sum of RGB (Red+Green+Blue) = 21+155+187=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #159BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BBB is #EA6444. Grayscale: #767676. Windows color (decimal): -15361093 or 12294933. OLE color: 12294933.

HSL color Cylindrical-coordinate representation of color #159BBB: hue angle of 191.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159BBB is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21155187-
CMYK0.890.1700.27
HSL191.57º79.81%40.78%-
HSV(B)191.57º88.77%73.33%-
XYZ2127.1951.16-
YUV118.58166.6158.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.79%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=5.79%
G=42.70%
B=51.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211551870.890.1700.27191.5779.8140.78
Hex159BBB591101Bc05029
Octal252332731312103330012051
Binary101011001101110111011101100110001011011110000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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