#179DBA

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

Shades of Pelorous #179DBA

Tints of Pelorous #179DBA

Color information

#179DBA (or 0x179DBA) is unknown color: approx Pelorous. HEX triplet: 17, 9D and BA. RGB value is (23,157,186). Sum of RGB (Red+Green+Blue) = 23+157+186=366 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.28% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #179DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DBA is #E86245. Grayscale: #777777. Windows color (decimal): -15229510 or 12229911. OLE color: 12229911.

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

Color convert

RGB23157186-
CMYK0.880.1600.27
HSL190.67º77.99%40.98%-
HSV(B)190.67º87.63%72.94%-
XYZ21.2727.8450.71-
YUV120.24165.1158.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.28%
GREEN value IS 157 (61.72% from 255) = 42.90%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=6.28%
G=42.90%
B=50.82%

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
Decimal231571860.880.1600.27190.6777.9940.98
Hex179DBA581001Bbf4e29
Octal272352721302003327711651
Binary101111001110110111010101100010000011011101111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #179DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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