#158AB9

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

Shades of Pelorous #158AB9

Tints of Pelorous #158AB9

Color information

#158AB9 (or 0x158AB9) is unknown color: approx Pelorous. HEX triplet: 15, 8A and B9. RGB value is (21,138,185). Sum of RGB (Red+Green+Blue) = 21+138+185=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #158AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158AB9 is #EA7546. Grayscale: #6C6C6C. Windows color (decimal): -15365447 or 12159509. OLE color: 12159509.

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

Color convert

RGB21138185-
CMYK0.890.2500.27
HSL197.2º79.61%40.39%-
HSV(B)197.2º88.65%72.55%-
XYZ18.1521.8449.16-
YUV108.38171.2465.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.10%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 185 (72.66% from 255) = 53.78%
R=6.10%
G=40.12%
B=53.78%

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
Decimal211381850.890.2500.27197.279.6140.39
Hex158AB9591901Bc55028
Octal252122711313103330512050
Binary101011000101010111001101100111001011011110001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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