#158BAF

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

Shades of Pelorous #158BAF

Tints of Pelorous #158BAF

Color information

#158BAF (or 0x158BAF) is unknown color: approx Pelorous. HEX triplet: 15, 8B and AF. RGB value is (21,139,175). Sum of RGB (Red+Green+Blue) = 21+139+175=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #158BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158BAF is #EA7450. Grayscale: #6B6B6B. Windows color (decimal): -15365201 or 11504405. OLE color: 11504405.

HSL color Cylindrical-coordinate representation of color #158BAF: hue angle of 194.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158BAF is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21139175-
CMYK0.880.2100.31
HSL194.03º78.57%38.43%-
HSV(B)194.03º88%68.63%-
XYZ17.2821.7243.84-
YUV107.82165.9166.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.27%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=6.27%
G=41.49%
B=52.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211391750.880.2100.31194.0378.5738.43
Hex158BAF581501Fc24f26
Octal252132571302503730211746
Binary101011000101110101111101100010101011111110000101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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