#178AA8

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

Shades of Pelorous #178AA8

Tints of Pelorous #178AA8

Color information

#178AA8 (or 0x178AA8) is unknown color: approx Pelorous. HEX triplet: 17, 8A and A8. RGB value is (23,138,168). Sum of RGB (Red+Green+Blue) = 23+138+168=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #178AA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178AA8 is #E87557. Grayscale: #6A6A6A. Windows color (decimal): -15234392 or 11045399. OLE color: 11045399.

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

Color convert

RGB23138168-
CMYK0.860.1800.34
HSL192.41º75.92%37.45%-
HSV(B)192.41º86.31%65.88%-
XYZ16.5121.1940.26-
YUV107.04162.468.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.99%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 168 (66.02% from 255) = 51.06%
R=6.99%
G=41.95%
B=51.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal231381680.860.1800.34192.4175.9237.45
Hex178AA85612022c04c25
Octal272122501262204230011445
Binary1011110001010101010001010110100100100010110000001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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