#158BB9

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

Shades of Pelorous #158BB9

Tints of Pelorous #158BB9

Color information

#158BB9 (or 0x158BB9) is unknown color: approx Pelorous. HEX triplet: 15, 8B and B9. RGB value is (21,139,185). Sum of RGB (Red+Green+Blue) = 21+139+185=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #158BB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BB9 is #EA7446. Grayscale: #6C6C6C. Windows color (decimal): -15365191 or 12159765. OLE color: 12159765.

HSL color Cylindrical-coordinate representation of color #158BB9: hue angle of 196.83º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158BB9 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21139185-
CMYK0.890.2500.27
HSL196.83º79.61%40.39%-
HSV(B)196.83º88.65%72.55%-
XYZ18.322.1349.21-
YUV108.96170.9165.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.09%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 185 (72.66% from 255) = 53.62%
R=6.09%
G=40.29%
B=53.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211391850.890.2500.27196.8379.6140.39
Hex158BB9591901Bc55028
Octal252132711313103330512050
Binary101011000101110111001101100111001011011110001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,139,185); }

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

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

 a { background-color: rgb(21,139,185); }

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

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

 span { border-color: rgb(21,139,185); }

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