#158EC0

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

Shades of Pelorous #158EC0

Tints of Pelorous #158EC0

Color information

#158EC0 (or 0x158EC0) is unknown color: approx Pelorous. HEX triplet: 15, 8E and C0. RGB value is (21,142,192). Sum of RGB (Red+Green+Blue) = 21+142+192=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #158EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158EC0 is #EA713F. Grayscale: #6F6F6F. Windows color (decimal): -15364416 or 12619285. OLE color: 12619285.

HSL color Cylindrical-coordinate representation of color #158EC0: hue angle of 197.54º 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 #158EC0 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21142192-
CMYK0.890.2600.25
HSL197.54º80.28%41.76%-
HSV(B)197.54º89.06%75.29%-
XYZ19.523.3153.34-
YUV111.52173.4163.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.92%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=5.92%
G=40%
B=54.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211421920.890.2600.25197.5480.2841.76
Hex158EC0591A019c6502a
Octal252163001313203130612052
Binary101011000111011000000101100111010011001110001101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,142,192); }

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

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

 a { background-color: rgb(21,142,192); }

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

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

 span { border-color: rgb(21,142,192); }

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