#179CBA

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

Shades of Pelorous #179CBA

Tints of Pelorous #179CBA

Color information

#179CBA (or 0x179CBA) is unknown color: approx Pelorous. HEX triplet: 17, 9C and BA. RGB value is (23,156,186). Sum of RGB (Red+Green+Blue) = 23+156+186=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #179CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179CBA is #E86345. Grayscale: #777777. Windows color (decimal): -15229766 or 12229655. OLE color: 12229655.

HSL color Cylindrical-coordinate representation of color #179CBA: hue angle of 191.04º 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 #179CBA is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB23156186-
CMYK0.880.1600.27
HSL191.04º77.99%40.98%-
HSV(B)191.04º87.63%72.94%-
XYZ21.127.550.65-
YUV119.65165.4459.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.30%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=6.30%
G=42.74%
B=50.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal231561860.880.1600.27191.0477.9940.98
Hex179CBA581001Bbf4e29
Octal272342721302003327711651
Binary101111001110010111010101100010000011011101111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #179CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #179CBA; }

 p { color: rgb(23,156,186); }

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

<style>
 a { background-color: #179CBA; }

 a { background-color: rgb(23,156,186); }

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

<style>
 span { border-color: #179CBA; }

 span { border-color: rgb(23,156,186); }

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