#178BAC

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

Shades of Pelorous #178BAC

Tints of Pelorous #178BAC

Color information

#178BAC (or 0x178BAC) is unknown color: approx Pelorous. HEX triplet: 17, 8B and AC. RGB value is (23,139,172). Sum of RGB (Red+Green+Blue) = 23+139+172=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #178BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178BAC is #E87453. Grayscale: #6B6B6B. Windows color (decimal): -15234132 or 11307799. OLE color: 11307799.

HSL color Cylindrical-coordinate representation of color #178BAC: hue angle of 193.29º 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 #178BAC is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23139172-
CMYK0.870.1900.33
HSL193.29º76.41%38.24%-
HSV(B)193.29º86.63%67.45%-
XYZ17.0321.6342.31-
YUV108.08164.0767.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.89%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=6.89%
G=41.62%
B=51.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231391720.870.1900.33193.2976.4138.24
Hex178BAC5713021c14c26
Octal272132541272304130111446
Binary1011110001011101011001010111100110100001110000011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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