#179FBA

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

Shades of Pelorous #179FBA

Tints of Pelorous #179FBA

Color information

#179FBA (or 0x179FBA) is unknown color: approx Pelorous. HEX triplet: 17, 9F and BA. RGB value is (23,159,186). Sum of RGB (Red+Green+Blue) = 23+159+186=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #179FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179FBA is #E86045. Grayscale: #797979. Windows color (decimal): -15228998 or 12230423. OLE color: 12230423.

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

Color convert

RGB23159186-
CMYK0.880.1500.27
HSL189.94º77.99%40.98%-
HSV(B)189.94º87.63%72.94%-
XYZ21.6128.5250.82-
YUV121.41164.4457.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.25%
GREEN value IS 159 (62.5% from 255) = 43.21%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=6.25%
G=43.21%
B=50.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal231591860.880.1500.27189.9477.9940.98
Hex179FBA58F01Bbe4e29
Octal272372721301703327611651
Binary10111100111111011101010110001111011011101111101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #179FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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