#158BAD

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

Shades of Pelorous #158BAD

Tints of Pelorous #158BAD

Color information

#158BAD (or 0x158BAD) is unknown color: approx Pelorous. HEX triplet: 15, 8B and AD. RGB value is (21,139,173). Sum of RGB (Red+Green+Blue) = 21+139+173=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #158BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158BAD is #EA7452. Grayscale: #6B6B6B. Windows color (decimal): -15365203 or 11373333. OLE color: 11373333.

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

Color convert

RGB21139173-
CMYK0.880.2000.32
HSL193.42º78.35%38.04%-
HSV(B)193.42º87.86%67.84%-
XYZ17.0821.6442.81-
YUV107.59164.9166.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.31%
GREEN value IS 139 (54.69% from 255) = 41.74%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=6.31%
G=41.74%
B=51.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211391730.880.2000.32193.4278.3538.04
Hex158BAD5814020c14e26
Octal252132551302404030111646
Binary1010110001011101011011011000101000100000110000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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