#158CBD

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

Shades of Pelorous #158CBD

Tints of Pelorous #158CBD

Color information

#158CBD (or 0x158CBD) is unknown color: approx Pelorous. HEX triplet: 15, 8C and BD. RGB value is (21,140,189). Sum of RGB (Red+Green+Blue) = 21+140+189=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #158CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CBD is #EA7342. Grayscale: #6D6D6D. Windows color (decimal): -15364931 or 12422165. OLE color: 12422165.

HSL color Cylindrical-coordinate representation of color #158CBD: hue angle of 197.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158CBD is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB21140189-
CMYK0.890.2600.26
HSL197.5º80%41.18%-
HSV(B)197.5º88.89%74.12%-
XYZ18.8722.5951.51-
YUV110172.5864.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 189 (74.22% from 255) = 54%
R=6%
G=40%
B=54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal211401890.890.2600.26197.58041.18
Hex158CBD591A01Ac65029
Octal252142751313203230612051
Binary101011000110010111101101100111010011010110001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,140,189); }

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

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

 a { background-color: rgb(21,140,189); }

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

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

 span { border-color: rgb(21,140,189); }

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