#178AB9

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

Shades of Pelorous #178AB9

Tints of Pelorous #178AB9

Color information

#178AB9 (or 0x178AB9) is unknown color: approx Pelorous. HEX triplet: 17, 8A and B9. RGB value is (23,138,185). Sum of RGB (Red+Green+Blue) = 23+138+185=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #178AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178AB9 is #E87546. Grayscale: #6C6C6C. Windows color (decimal): -15234375 or 12159511. OLE color: 12159511.

HSL color Cylindrical-coordinate representation of color #178AB9: hue angle of 197.41º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178AB9 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB23138185-
CMYK0.880.2500.27
HSL197.41º77.88%40.78%-
HSV(B)197.41º87.57%72.55%-
XYZ18.221.8649.16-
YUV108.97170.966.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.65%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 185 (72.66% from 255) = 53.47%
R=6.65%
G=39.88%
B=53.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal231381850.880.2500.27197.4177.8840.78
Hex178AB9581901Bc54e29
Octal272122711303103330511651
Binary101111000101010111001101100011001011011110001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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