#178DA7

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

Shades of Pelorous #178DA7

Tints of Pelorous #178DA7

Color information

#178DA7 (or 0x178DA7) is unknown color: approx Pelorous. HEX triplet: 17, 8D and A7. RGB value is (23,141,167). Sum of RGB (Red+Green+Blue) = 23+141+167=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #178DA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178DA7 is #E87258. Grayscale: #6C6C6C. Windows color (decimal): -15233625 or 10980631. OLE color: 10980631.

HSL color Cylindrical-coordinate representation of color #178DA7: hue angle of 190.83º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178DA7 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB23141167-
CMYK0.860.1600.35
HSL190.83º75.79%37.25%-
HSV(B)190.83º86.23%65.49%-
XYZ16.8522.0239.92-
YUV108.68160.9166.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.95%
GREEN value IS 141 (55.47% from 255) = 42.60%
BLUE value IS 167 (65.62% from 255) = 50.45%
R=6.95%
G=42.60%
B=50.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal231411670.860.1600.35190.8375.7937.25
Hex178DA75610023bf4c25
Octal272152471262004327711445
Binary1011110001101101001111010110100000100011101111111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,141,167); }

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

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

 a { background-color: rgb(23,141,167); }

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

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

 span { border-color: rgb(23,141,167); }

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