#159CBB

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

Shades of Pelorous #159CBB

Tints of Pelorous #159CBB

Color information

#159CBB (or 0x159CBB) is unknown color: approx Pelorous. HEX triplet: 15, 9C and BB. RGB value is (21,156,187). Sum of RGB (Red+Green+Blue) = 21+156+187=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #159CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CBB is #EA6344. Grayscale: #767676. Windows color (decimal): -15360837 or 12295189. OLE color: 12295189.

HSL color Cylindrical-coordinate representation of color #159CBB: hue angle of 191.2º 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 #159CBB is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21156187-
CMYK0.890.1700.27
HSL191.2º79.81%40.78%-
HSV(B)191.2º88.77%73.33%-
XYZ21.1727.5251.21-
YUV119.17166.2757.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.77%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=5.77%
G=42.86%
B=51.37%

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
Decimal211561870.890.1700.27191.279.8140.78
Hex159CBB591101Bbf5029
Octal252342731312103327712051
Binary101011001110010111011101100110001011011101111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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