#159CBF

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

Shades of Pelorous #159CBF

Tints of Pelorous #159CBF

Color information

#159CBF (or 0x159CBF) is unknown color: approx Pelorous. HEX triplet: 15, 9C and BF. RGB value is (21,156,191). Sum of RGB (Red+Green+Blue) = 21+156+191=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #159CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CBF is #EA6340. Grayscale: #777777. Windows color (decimal): -15360833 or 12557333. OLE color: 12557333.

HSL color Cylindrical-coordinate representation of color #159CBF: hue angle of 192.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159CBF is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21156191-
CMYK0.890.1800.25
HSL192.35º80.19%41.57%-
HSV(B)192.35º89.01%74.9%-
XYZ21.627.753.5-
YUV119.62168.2757.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.71%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 191 (75% from 255) = 51.90%
R=5.71%
G=42.39%
B=51.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211561910.890.1800.25192.3580.1941.57
Hex159CBF5912019c0502a
Octal252342771312203130012052
Binary101011001110010111111101100110010011001110000001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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