#158FAB

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

Shades of Pelorous #158FAB

Tints of Pelorous #158FAB

Color information

#158FAB (or 0x158FAB) is unknown color: approx Pelorous. HEX triplet: 15, 8F and AB. RGB value is (21,143,171). Sum of RGB (Red+Green+Blue) = 21+143+171=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #158FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FAB is #EA7054. Grayscale: #6D6D6D. Windows color (decimal): -15364181 or 11243285. OLE color: 11243285.

HSL color Cylindrical-coordinate representation of color #158FAB: hue angle of 191.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158FAB is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21143171-
CMYK0.880.1600.33
HSL191.2º78.12%37.65%-
HSV(B)191.2º87.72%67.06%-
XYZ17.4822.7442-
YUV109.71162.5864.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.27%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=6.27%
G=42.69%
B=51.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211431710.880.1600.33191.278.1237.65
Hex158FAB5810021bf4e26
Octal252172531302004127711646
Binary1010110001111101010111011000100000100001101111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,143,171); }

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

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

 a { background-color: rgb(21,143,171); }

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

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

 span { border-color: rgb(21,143,171); }

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