#178AAC

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

Shades of Pelorous #178AAC

Tints of Pelorous #178AAC

Color information

#178AAC (or 0x178AAC) is unknown color: approx Pelorous. HEX triplet: 17, 8A and AC. RGB value is (23,138,172). Sum of RGB (Red+Green+Blue) = 23+138+172=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #178AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178AAC is #E87553. Grayscale: #6B6B6B. Windows color (decimal): -15234388 or 11307543. OLE color: 11307543.

HSL color Cylindrical-coordinate representation of color #178AAC: hue angle of 193.69º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #178AAC is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23138172-
CMYK0.870.2000.33
HSL193.69º76.41%38.24%-
HSV(B)193.69º86.63%67.45%-
XYZ16.8921.3442.26-
YUV107.49164.467.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.91%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=6.91%
G=41.44%
B=51.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231381720.870.2000.33193.6976.4138.24
Hex178AAC5714021c24c26
Octal272122541272404130211446
Binary1011110001010101011001010111101000100001110000101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178AAC; }

 p { color: rgb(23,138,172); }

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

<style>
 a { background-color: #178AAC; }

 a { background-color: rgb(23,138,172); }

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

<style>
 span { border-color: #178AAC; }

 span { border-color: rgb(23,138,172); }

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