#159CBE

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

Shades of Pelorous #159CBE

Tints of Pelorous #159CBE

Color information

#159CBE (or 0x159CBE) is unknown color: approx Pelorous. HEX triplet: 15, 9C and BE. RGB value is (21,156,190). Sum of RGB (Red+Green+Blue) = 21+156+190=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #159CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CBE is #EA6341. Grayscale: #777777. Windows color (decimal): -15360834 or 12491797. OLE color: 12491797.

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

Color convert

RGB21156190-
CMYK0.890.1800.25
HSL192.07º80.09%41.37%-
HSV(B)192.07º88.95%74.51%-
XYZ21.4927.6552.92-
YUV119.51167.7757.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.72%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=5.72%
G=42.51%
B=51.77%

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
Decimal211561900.890.1800.25192.0780.0941.37
Hex159CBE5912019c05029
Octal252342761312203130012051
Binary101011001110010111110101100110010011001110000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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