#158AAA

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

Shades of Pelorous #158AAA

Tints of Pelorous #158AAA

Color information

#158AAA (or 0x158AAA) is unknown color: approx Pelorous. HEX triplet: 15, 8A and AA. RGB value is (21,138,170). Sum of RGB (Red+Green+Blue) = 21+138+170=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #158AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158AAA is #EA7555. Grayscale: #6A6A6A. Windows color (decimal): -15365462 or 11176469. OLE color: 11176469.

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

Color convert

RGB21138170-
CMYK0.880.1900.33
HSL192.89º78.01%37.45%-
HSV(B)192.89º87.65%66.67%-
XYZ16.6521.2441.25-
YUV106.66163.7466.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.38%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=6.38%
G=41.95%
B=51.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211381700.880.1900.33192.8978.0137.45
Hex158AAA5813021c14e25
Octal252122521302304130111645
Binary1010110001010101010101011000100110100001110000011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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