#158DB1

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

Shades of Pelorous #158DB1

Tints of Pelorous #158DB1

Color information

#158DB1 (or 0x158DB1) is unknown color: approx Pelorous. HEX triplet: 15, 8D and B1. RGB value is (21,141,177). Sum of RGB (Red+Green+Blue) = 21+141+177=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #158DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DB1 is #EA724E. Grayscale: #6C6C6C. Windows color (decimal): -15364687 or 11635989. OLE color: 11635989.

HSL color Cylindrical-coordinate representation of color #158DB1: hue angle of 193.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158DB1 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21141177-
CMYK0.880.2000.31
HSL193.85º78.79%38.82%-
HSV(B)193.85º88.14%69.41%-
XYZ17.7722.3844.98-
YUV109.22166.2465.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.19%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=6.19%
G=41.59%
B=52.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211411770.880.2000.31193.8578.7938.82
Hex158DB1581401Fc24f27
Octal252152611302403730211747
Binary101011000110110110001101100010100011111110000101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158DB1; }

 p { color: rgb(21,141,177); }

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

<style>
 a { background-color: #158DB1; }

 a { background-color: rgb(21,141,177); }

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

<style>
 span { border-color: #158DB1; }

 span { border-color: rgb(21,141,177); }

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